1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 01:57:02 +09:00

Fixed README instructions

This commit is contained in:
Dave Gauer 2021-02-03 16:22:49 -05:00
parent c70fa5f58f
commit cd80aeb190

View file

@ -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