aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-07-06 20:21:39 +0000
committerChris Boesch <[email protected]>2024-07-06 20:21:39 +0000
commite8f09190d6274466380e2c911a4add9d00248c2f (patch)
tree57b21631edd80dc890087e216668bac19b58bc71
parent140c22e9f499f3405da1a5423149beae61306c0e (diff)
parent1fd6aa1c6586cb8c013fb48339c17345a6a098f6 (diff)
downloadziglings-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.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 50f45eb..776bafb 100644
--- a/README.md
+++ b/README.md
@@ -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:
```