commit abe4009ef8170289e4049fd8479a27a23fd933fe Author: Damián Korpesio Date: Tue Sep 28 16:26:25 2021 +0200 upload prvy diff --git a/cv1/program.c b/cv1/program.c new file mode 100644 index 0000000..8baff2e --- /dev/null +++ b/cv1/program.c @@ -0,0 +1,5 @@ +#include + +int main (){ +return 0; +}