← Back to davo.co
aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Faulkner <[email protected]>2026-08-05 17:11:24 -0500
committerDavid Faulkner <[email protected]>2026-08-05 17:11:24 -0500
commitb1bbc3e55f358d52b539da4c84b0f992b606c745 (patch)
treee597ac3d2d0c26cedc43eebf47b748f32f130c09 /README.md
Initial commit: Add main.c and README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2098744
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Hello World in C
+
+A minimalist C application hosted on `git.davo.co`.
+
+## Building & Running
+
+```bash
+gcc -Wall -Wextra -std=c23 main.c -o hello
+./hello