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/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 hello-world-with-multiple-source-files/README.md

(limited to 'hello-world-with-multiple-source-files/README.md')

diff --git a/hello-world-with-multiple-source-files/README.md b/hello-world-with-multiple-source-files/README.md
new file mode 100644
index 0000000..e279105
--- /dev/null
+++ b/hello-world-with-multiple-source-files/README.md
@@ -0,0 +1,8 @@
+Build hello.
+```
+guix build -f make.scm
+```
+Run it.
+```
+$(guix build -f make.scm)
+```
-- 
cgit v1.2.3