Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 288 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 288 Bytes

hello-world

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; }