configure initial structure

This commit is contained in:
emil28092005
2024-09-17 17:12:38 +03:00
parent a7c4d70193
commit ec18525f50
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include <stdio.h>
// main file-executor
int main() {
printf("Hello World!\n");
return 0;