mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-01-13 10:16: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
|
zig build -Dn=19
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or let Ziglings pick an exercise for you:
|
||||||
|
|
||||||
|
```
|
||||||
|
zig build -Drandom
|
||||||
|
```
|
||||||
|
|
||||||
You can also run without checking for correctness:
|
You can also run without checking for correctness:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue