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-with-multiple-source-files/hello.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello-world-with-multiple-source-files/hello.c (limited to 'hello-world-with-multiple-source-files/hello.c') diff --git a/hello-world-with-multiple-source-files/hello.c b/hello-world-with-multiple-source-files/hello.c new file mode 100644 index 0000000..17b896e --- /dev/null +++ b/hello-world-with-multiple-source-files/hello.c @@ -0,0 +1,7 @@ +#include "print.h" + +int main () +{ + printf("Hello world!\n"); + return 0; +} -- cgit v1.2.3