This commit is contained in:
Michal Utľák 2024-02-17 11:42:30 +01:00
parent ed608068a7
commit 774d6d3f18

7
cv1/program.c Normal file
View File

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