aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunbar <[email protected]>2024-07-06 14:18:56 +1000
committerAndrew Dunbar <[email protected]>2024-07-06 14:18:56 +1000
commit4401cf8f492a224301925118358a2397095b496c (patch)
treeb9333fa45ea257e8611b4b1c52d1e6f55b5c6ddb
parent2259a18ece9b277c7006ec37632d41799d75fd9f (diff)
downloadziglings-4401cf8f492a224301925118358a2397095b496c.tar.xz
ziglings-4401cf8f492a224301925118358a2397095b496c.zip
document -Drandom
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08c2138..b4aff17 100644
--- a/README.md
+++ b/README.md
@@ -126,6 +126,12 @@ It can be handy to check just a single exercise:
zig build -Dn=19
```
+Or let Ziglings pick an exercise for you:
+
+```
+zig build -Drandom
+```
+
You can also run without checking for correctness:
```