This commit is contained in:
2025-05-04 21:18:37 +03:00
parent b033d316e8
commit 9b912d396c
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;
}