Obligatory first software engineer's website portfolio blog post.
Martin Le
#include <iostream>
using namespace std
int main() {
cout << "Hello World!";
return 0;
}
Contact Me