From 627f700f8edae54d9f6a9741b78499a5bd46b515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Cupa=C5=82?= Date: Thu, 16 Jan 2020 08:36:29 +0000 Subject: [PATCH] Dodaj 'hello.c' --- hello.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..6d8505b --- /dev/null +++ b/hello.c @@ -0,0 +1,9 @@ +#include "stdio.h" + +int main() +{ + + printf("Something...\n"); + + return 0; +} \ No newline at end of file