From ad46eb514526a5e941958124e325828a3f166b10 Mon Sep 17 00:00:00 2001 From: Bohdan Kapliuk Date: Tue, 22 Oct 2024 13:46:05 +0300 Subject: [PATCH] a1 --- a1/program.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 a1/program.c diff --git a/a1/program.c b/a1/program.c new file mode 100644 index 0000000..da77052 --- /dev/null +++ b/a1/program.c @@ -0,0 +1,8 @@ +#include +#include +#include +#include + +int main(){ + return 0; +} \ No newline at end of file