Первая лаба

This commit is contained in:
alexey
2025-11-23 23:09:17 +03:00
commit a889e96494
8 changed files with 237 additions and 0 deletions

7
hello.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(){
printf("Hello World!\n");
return 0;
}