initial commit

This commit is contained in:
2022-07-04 19:22:36 +02:00
commit e16cfcd0c5
8 changed files with 334 additions and 0 deletions

6
main.cpp Normal file
View File

@ -0,0 +1,6 @@
#include "graphics.h"
int main()
{
return 0;
}