diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -127,6 +127,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: ``` |
