From 6918e91116b9e564170fe2e5157f8415eec1ef4a Mon Sep 17 00:00:00 2001 From: Hakkeri Date: Thu, 21 Apr 2022 23:42:30 +0300 Subject: [PATCH] =?UTF-8?q?Lis=C3=A4=C3=A4=20"hello.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..865fd43 --- /dev/null +++ b/hello.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("Hello World!"); + return 0; +} \ No newline at end of file