This commit is contained in:
baiobelfer 2025-09-04 15:45:29 +02:00
commit 490342c1d3

8
main.c Normal file
View File

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