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.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello-world-with-multiple-source-files/print.h (limited to 'hello-world-with-multiple-source-files/print.h') diff --git a/hello-world-with-multiple-source-files/print.h b/hello-world-with-multiple-source-files/print.h new file mode 100644 index 0000000..ffc11e5 --- /dev/null +++ b/hello-world-with-multiple-source-files/print.h @@ -0,0 +1 @@ +void print(); -- cgit v1.2.3