skeleton main

This commit is contained in:
2025-07-31 17:44:29 +00:00
parent 897d2ed6f6
commit 7ba4e8d5c6

3
src/main.c Normal file
View File

@@ -0,0 +1,3 @@
#include <stdio.h>
int main(void) { puts("KRUSTY POS"); return 0; }