Create PoolBox project

This commit is contained in:
2023-04-25 18:12:42 +02:00
parent daab984faa
commit a1ca69094e
7 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#include <stdio.h>
void main() {
printf("Hello Planschbecken!\n");
}