document -Drandom

This commit is contained in:
Andrew Dunbar 2024-07-06 14:18:56 +10:00
parent 2259a18ece
commit 4401cf8f49

View file

@ -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:
```