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