diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-02-03 16:22:49 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-02-03 16:22:49 -0500 |
commit | cd80aeb19061b9d222d24cdb4d0764a210536531 (patch) | |
tree | 5b3f3ea6910fc39162c8900fb65ab68a6429968e /README.md | |
parent | c70fa5f58f5ca2dc010f00caee19027069a09131 (diff) | |
download | ziglings-cd80aeb19061b9d222d24cdb4d0764a210536531.tar.gz ziglings-cd80aeb19061b9d222d24cdb4d0764a210536531.tar.bz2 ziglings-cd80aeb19061b9d222d24cdb4d0764a210536531.tar.xz ziglings-cd80aeb19061b9d222d24cdb4d0764a210536531.zip |
Fixed README instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ If you can't (or don't want to) use the script, you can manually verify each exercise with the Zig compiler: ```bash -zig run exercises/01_hello.zig +zig run 01_hello.zig ``` ## TODO |