Update 'cv1/program.c'

This commit is contained in:
Michal Utľák 2024-02-17 19:42:23 +00:00
parent 7364a17232
commit ae41227d7e

View File

@ -3,5 +3,6 @@
int main(){ int main(){
printf("hello world\n"); printf("hello world\n");
return 1;
} }