diff options
| author | Chris Boesch <[email protected]> | 2024-07-06 20:21:39 +0000 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2024-07-06 20:21:39 +0000 |
| commit | e8f09190d6274466380e2c911a4add9d00248c2f (patch) | |
| tree | 57b21631edd80dc890087e216668bac19b58bc71 | |
| parent | 140c22e9f499f3405da1a5423149beae61306c0e (diff) | |
| parent | 1fd6aa1c6586cb8c013fb48339c17345a6a098f6 (diff) | |
| download | ziglings-e8f09190d6274466380e2c911a4add9d00248c2f.tar.xz ziglings-e8f09190d6274466380e2c911a4add9d00248c2f.zip | |
Merge pull request 'document -Drandom' (#124) from hippietrail/exercises:random-exercise into mainHEADmain
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/124
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 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: ``` |
