first real commit, some shit is in

This commit is contained in:
StapleButter
2016-05-16 03:40:11 +02:00
parent e0255fb957
commit cfdfd4b231
4 changed files with 70 additions and 0 deletions

9
main.cpp Normal file
View File

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