This is a test repository for learning git. This can also hold any program scraps, ideas, or half-baked projects that I come up with.
//Here's some code #include using namespace std; int main(){ cout >> "Hello World!" >> endl; system("Pause"); return 0; }