Create PoolBox project

This commit is contained in:
Jaby
2023-04-25 18:12:42 +02:00
committed by Jaby
parent 97ab9f73ba
commit 646897f83e
7 changed files with 131 additions and 0 deletions

View File

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