From 129b1d5af33cc73387806d845b59f47bbf5db1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Szab=C3=B3?= Date: Tue, 3 Mar 2020 18:21:21 +0100 Subject: [PATCH] funguje --- du1/program.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 du1/program.c diff --git a/du1/program.c b/du1/program.c new file mode 100644 index 0000000..d325754 --- /dev/null +++ b/du1/program.c @@ -0,0 +1,6 @@ +#include +int main() { + // printf() displays the string inside quotation + printf("Hello, World!"); + return 0; +}