initial hello world

This commit is contained in:
2026-02-07 20:51:02 +01:00
commit f63f3fa4b7
5 changed files with 61 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <stdio.h>
int main(int argc, char **argv) {
printf("hello");
}