Browse Source

document -Drandom

Andrew Dunbar 1 year ago
parent
commit
4401cf8f49
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -126,6 +126,12 @@ It can be handy to check just a single exercise:
 zig build -Dn=19
 zig build -Dn=19
 ```
 ```
 
 
+Or let Ziglings pick an exercise for you:
+
+```
+zig build -Drandom
+```
+
 You can also run without checking for correctness:
 You can also run without checking for correctness:
 
 
 ```
 ```