From a760bff3efa44c282ed119032a6831bdaac79e7b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 7 Apr 2025 15:57:53 +0100 Subject: Initial commit --- hello-world/hello.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello-world/hello.c (limited to 'hello-world/hello.c') diff --git a/hello-world/hello.c b/hello-world/hello.c new file mode 100644 index 0000000..05ce120 --- /dev/null +++ b/hello-world/hello.c @@ -0,0 +1,7 @@ +#include + +int main () +{ + printf("Hello world!\n"); + return 0; +} -- cgit v1.2.3