mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Fixed README instructions
This commit is contained in:
parent
c70fa5f58f
commit
cd80aeb190
1 changed files with 1 additions and 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:
|
exercise with the Zig compiler:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zig run exercises/01_hello.zig
|
zig run 01_hello.zig
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
Loading…
Reference in a new issue