aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
```