C++ project added

This commit is contained in:
Caesar2011
2016-08-29 12:39:22 +02:00
parent 5b3ab5d208
commit 23a3522926
2 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}