From 4050625eb8127cecf499de6f41839770f2d87057 Mon Sep 17 00:00:00 2001 From: Michal Utlak Date: Sat, 17 Feb 2024 11:33:55 +0100 Subject: [PATCH] skuska --- du1/program.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 du1/program.c diff --git a/du1/program.c b/du1/program.c new file mode 100644 index 0000000..92d4331 --- /dev/null +++ b/du1/program.c @@ -0,0 +1,7 @@ +#include + +int main(){ + + printf("Hello World!\n"); + +}