Harmonic
Executive Member
First program I ever wrote
Fast forward 16 years and now I'm still writing C++ but in the context of computational geometry. Keep at it OP
Code:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, world!" << endl;
return 0;
}
Fast forward 16 years and now I'm still writing C++ but in the context of computational geometry. Keep at it OP

