First small step

This commit is contained in:
2026-08-25 16:34:51 +03:00
parent e63416a08b
commit 706e5b0127
5 changed files with 3428 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "stdio.h"
int main() {
printf("Hello, world!\n");
return 0;
}