diff options
| author | Andrew Dunbar <[email protected]> | 2024-07-06 14:18:56 +1000 |
|---|---|---|
| committer | Andrew Dunbar <[email protected]> | 2024-07-06 14:18:56 +1000 |
| commit | 4401cf8f492a224301925118358a2397095b496c (patch) | |
| tree | b9333fa45ea257e8611b4b1c52d1e6f55b5c6ddb /README.md | |
| parent | 2259a18ece9b277c7006ec37632d41799d75fd9f (diff) | |
| download | ziglings-4401cf8f492a224301925118358a2397095b496c.tar.xz ziglings-4401cf8f492a224301925118358a2397095b496c.zip | |
document -Drandom
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: ``` |
