Browse Source

Merge pull request 'document -Drandom' (#124) from hippietrail/exercises:random-exercise into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/124
Chris Boesch 1 year ago
parent
commit
e8f09190d6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

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