prva verzia

This commit is contained in:
Oleksandr Hryshchenko 2021-02-20 14:12:24 +01:00
commit 679ac1a18e

6
du1/program.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main (){
printf("Ahoj Svet\n");
return 0;
}