diff options
| author | Dave Gauer <[email protected]> | 2021-03-12 19:09:35 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-12 19:09:35 -0500 |
| commit | 8b4b8b166f8abfc30a22776ddc2f73c9e8a80932 (patch) | |
| tree | 7ec5c0404b925dd1fa25448a95ab75e6168d68e5 /README.md | |
| parent | ea76d0ffbe614cb67dc3e43708345f0a839ef7b0 (diff) | |
| download | ziglings-8b4b8b166f8abfc30a22776ddc2f73c9e8a80932.tar.xz ziglings-8b4b8b166f8abfc30a22776ddc2f73c9e8a80932.zip | |
Updated readme post 000 paddd
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -84,21 +84,21 @@ zig build 19_start You can also run without checking for correctness: ```bash -zig build 01_test +zig build 19_test ``` Or skip the build system entirely and interact directly with the compiler if you're into that sort of thing: ```bash -zig run exercises/01_hello.zig +zig run exercises/001_hello.zig ``` Calling all wizards: To prepare an executable for debugging, install it to zig-cache/bin with: ```bash -zig build 01_install +zig build 19_install ``` ## TODO |
