initial commit

This commit is contained in:
2023-10-31 19:39:51 +01:00
commit 347148afe7
7 changed files with 168 additions and 0 deletions

5
private/app/main.cpp Normal file
View File

@@ -0,0 +1,5 @@
int main(int, char**)
{
return 0;
}