From 1337d3ab5fafdb37a348ccc63bd80eae93c1fda6 Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Wed, 1 Dec 2021 21:04:24 +0000 Subject: [PATCH] a4 --- a4/program.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 a4/program.c diff --git a/a4/program.c b/a4/program.c new file mode 100644 index 0000000..b1d59ee --- /dev/null +++ b/a4/program.c @@ -0,0 +1,5 @@ +#include + +int main(){ + return 0; +} \ No newline at end of file