Compare commits

...

2 Commits

Author SHA1 Message Date
5f53703bca hello world test file 2025-03-28 12:09:27 +01:00
b1289afe5d hello world test 2025-03-28 12:09:01 +01:00
2 changed files with 6 additions and 0 deletions

6
test.c Normal file
View File

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

BIN
test.exe Normal file

Binary file not shown.