mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Updated readme post 000 paddd
This commit is contained in:
parent
ea76d0ffbe
commit
8b4b8b166f
1 changed files with 3 additions and 3 deletions
|
@ -84,21 +84,21 @@ zig build 19_start
|
||||||
You can also run without checking for correctness:
|
You can also run without checking for correctness:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zig build 01_test
|
zig build 19_test
|
||||||
```
|
```
|
||||||
|
|
||||||
Or skip the build system entirely and interact directly with the compiler
|
Or skip the build system entirely and interact directly with the compiler
|
||||||
if you're into that sort of thing:
|
if you're into that sort of thing:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zig run exercises/01_hello.zig
|
zig run exercises/001_hello.zig
|
||||||
```
|
```
|
||||||
|
|
||||||
Calling all wizards: To prepare an executable for debugging, install it
|
Calling all wizards: To prepare an executable for debugging, install it
|
||||||
to zig-cache/bin with:
|
to zig-cache/bin with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
zig build 01_install
|
zig build 19_install
|
||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
Loading…
Reference in a new issue