← Back to davo.co
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Faulkner <[email protected]>2026-08-05 17:25:51 -0500
committerDavid Faulkner <[email protected]>2026-08-05 17:25:51 -0500
commitcbb49cc0d0fbd93e57bcc06c94df94afc1e12cc8 (patch)
tree83abeb289f444ff5956d497a41c7095027172cc9
parentb1bbc3e55f358d52b539da4c84b0f992b606c745 (diff)
Fix README.md formattingv1.0.0
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2098744..192b973 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,4 @@ A minimalist C application hosted on `git.davo.co`.
```bash
gcc -Wall -Wextra -std=c23 main.c -o hello
./hello
+```