Hi, I’m Harvey and I am a student in UCSD studying computer engineering. As a programmer, I enjoy building mini projects through coding. My favorite programming language is C++ because I’ve been using it a lot for other classes. Outside of programming, I enjoy playing basketball with friends and watching anime.

It always seems impossible until it’s done. - Nelson Mandela
#include <iostream>
using namespace std;
int main() {
cout << "Hello, GitHub Pages!" << endl;
return 0;
}