feat: ready to go

This commit is contained in:
s-prechtl 2024-12-01 00:03:38 +01:00
parent 2cee4e9b04
commit 1e29d0707a
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include <stdio.h>
int main(void) {
printf("TEST");
return 0;
}