diff --git a/cv1/program.c b/cv1/program.c new file mode 100644 index 0000000..29cab5e --- /dev/null +++ b/cv1/program.c @@ -0,0 +1,7 @@ +#include + +int main(){ + + printf("hello world\n"); + +}