final stage

This commit is contained in:
2026-02-10 23:22:08 +01:00
parent 1825e4bd08
commit 75e84abf4c
5 changed files with 539 additions and 262 deletions

5
hello.c Normal file
View File

@@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("hello");
return 0;
}