aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-12 19:09:35 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-12 19:09:35 -0500
commit2e99488b0e076fdfcbe70d79e037e8db5797eb0c (patch)
tree7ec5c0404b925dd1fa25448a95ab75e6168d68e5 /README.md
parent8df838e4d8dd975dd642b26227df9c84d50eb7de (diff)
downloadziglings-2e99488b0e076fdfcbe70d79e037e8db5797eb0c.tar.gz
ziglings-2e99488b0e076fdfcbe70d79e037e8db5797eb0c.tar.bz2
ziglings-2e99488b0e076fdfcbe70d79e037e8db5797eb0c.tar.xz
ziglings-2e99488b0e076fdfcbe70d79e037e8db5797eb0c.zip
Updated readme post 000 paddd
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 06eed95..56e5b68 100644
--- a/README.md
+++ b/README.md
@@ -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