From c9b707fb5ada795b64e997566fb303c06622faf3 Mon Sep 17 00:00:00 2001 From: Pavlo Tverdyi Date: Mon, 13 Apr 2020 21:49:38 +0000 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20=E2=80=9Edu6/program.c=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- du6/program.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 du6/program.c diff --git a/du6/program.c b/du6/program.c new file mode 100644 index 0000000..065888e --- /dev/null +++ b/du6/program.c @@ -0,0 +1,13 @@ +#include +#include +#include +#include + + + +int main(){ + + return 0; +} + +