From a484a1a2170c4f4b05f6e8b02128ca2b1f9eba2e Mon Sep 17 00:00:00 2001 From: Yevhen Kozirovskyi Date: Tue, 1 Oct 2024 13:36:19 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20cv1/program.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv1/program.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cv1/program.c b/cv1/program.c index e69de29..7f6f090 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -0,0 +1,5 @@ + +#include +int main() { + return 0; +}