From d525c6123f4d78dd69a462043752ce7c225b7d0c Mon Sep 17 00:00:00 2001 From: Viktor Daniv Date: Thu, 3 Oct 2024 23:02:43 +0200 Subject: [PATCH] jiefj --- cv1/program.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cv1/program.c diff --git a/cv1/program.c b/cv1/program.c new file mode 100644 index 0000000..4e70273 --- /dev/null +++ b/cv1/program.c @@ -0,0 +1,7 @@ +#include "stdio.h" + +int main(){ + + printf("cmodmco"); + return 0; +}