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