commit 9b1dd424437a24a51d723b38d480fb64ec5c8c1e Author: Oleksandr Hryshchenko Date: Mon Sep 20 19:04:16 2021 +0200 rer diff --git a/cv1/program.c b/cv1/program.c new file mode 100644 index 0000000..befec1c --- /dev/null +++ b/cv1/program.c @@ -0,0 +1,6 @@ +#include + +int main(){ + + return 0; +}