mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 01:20:30 +00:00
document -Drandom
This commit is contained in:
parent
2259a18ece
commit
4401cf8f49
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue