Skip to content

Commit

Permalink
Create main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird authored Oct 29, 2016
1 parent 46a2df3 commit 8bd75bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <iostream>

using namespace std;

int main() {
cout << "Hello world!" << endl;
return 0;
}

0 comments on commit 8bd75bb

Please sign in to comment.