mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 15:59:59 +00:00
Moved exercises to exercises because exercises
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# ziglings
|
||||
|
||||
Welcome to `ziglings`. This project contains a series of incomplete exercises.
|
||||
Welcome to `ziglings`! This project contains a series of incomplete exercises.
|
||||
By completing the exercises, you learn how to read and write
|
||||
[Zig](https://ziglang.org/)
|
||||
code.
|
||||
@@ -55,7 +55,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 01_hello.zig
|
||||
zig run exercises/01_hello.zig
|
||||
```
|
||||
|
||||
## TODO
|
||||
|
||||
Reference in New Issue
Block a user