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

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/124
This commit is contained in:
Chris Boesch 2024-07-06 20:21:39 +00:00
commit e8f09190d6

View file

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