mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
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:
commit
e8f09190d6
1 changed files with 6 additions and 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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue