Compare commits

...

3 Commits

Author SHA1 Message Date
9511a309cd Test2 2025-03-28 12:20:01 +01:00
21d0624c2c Test2 2025-03-28 12:18:40 +01:00
2448d62ddb Test2 2025-03-28 12:16:12 +01:00
2 changed files with 4 additions and 0 deletions

BIN
test2 Executable file

Binary file not shown.

4
test2.c Normal file
View File

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