init lab1

This commit is contained in:
GordStep 2026-04-16 22:21:02 +03:00
parent 7fec6872a1
commit 5e85fa060b
2 changed files with 8 additions and 0 deletions

View File

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

Binary file not shown.