diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-19 21:26:05 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-19 21:26:05 +0200 |
| commit | a79e923768612c0ab16002866d09f5f9777b9a93 (patch) | |
| tree | 43fc7e5abe0bd150dd2b92d16e74b5a5cfee19fb /README.md | |
| parent | 234e829b15be7226b4d69c8281d49b445d3f98c8 (diff) | |
fixed readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 1 insertions, 19 deletions
@@ -106,12 +106,6 @@ Or let Ziglings pick an exercise for you: zig build -Drandom ``` -You can also run without checking for correctness: - -``` -zig build -Dn=19 test -``` - Or skip the build system entirely and interact directly with the compiler if you're into that sort of thing: @@ -119,22 +113,10 @@ compiler if you're into that sort of thing: zig run exercises/001_hello.zig ``` -Calling all wizards: To prepare an executable for debugging, -install it to zig-cache/bin with: - -``` -zig build -Dn=19 install -``` - To get a list of all possible options, run: ``` -zig build -Dn=19 -l - - install Install 019_functions2.zig to prefix path - uninstall Uninstall 019_functions2.zig from prefix path - test Run 019_functions2.zig without checking output - ... +zig build -h ``` To reset the progress (have it run all the exercises that have already been completed): |
