This commit is contained in:
2026-03-19 15:36:09 +01:00
commit 8851135394

6
main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello world!");
return 0;
}