hello world

This commit is contained in:
any
2026-07-19 18:07:55 +02:00
commit a771903ba1
8 changed files with 146 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <stdio.h>
int main(void) {
printf("Hello, World!\n");
return 0;
}