Create project

This commit is contained in:
Jaby
2022-04-24 15:11:24 +02:00
committed by Jaby
commit 6389257933
7 changed files with 190 additions and 0 deletions

7
Code/src/JabyEngine.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("Hello Planschi!\n");
return 0;
}