This commit is contained in:
2026-06-11 13:18:14 +03:00
parent 76d525fd69
commit 11f19e1fea
6 changed files with 73 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <stdio.h>
int main() {
printf("Hello world\n");
return 0;
}