Set up project

This commit is contained in:
Joscha 2016-10-30 22:42:00 +00:00
commit 3e9eb17523
3 changed files with 52 additions and 0 deletions

4
src/main.cpp Normal file
View file

@ -0,0 +1,4 @@
int main()
{
return 0;
}