commit 3045489a7d37c537f1200ac0bd2742721b762a54 Author: Anton Date: Tue Oct 1 14:01:13 2024 +0200 Initializacia diff --git a/cv1/program.c b/cv1/program.c new file mode 100644 index 0000000..4f791d9 --- /dev/null +++ b/cv1/program.c @@ -0,0 +1,5 @@ +#include +int main() { + return 0; +} +