exercise for new for-loops

This commit is contained in:
Chris Boesch 2023-03-04 16:07:53 +01:00
parent 88c3f40484
commit 47c871041c
4 changed files with 75 additions and 3 deletions

View file

@ -42,7 +42,7 @@ Verify the installation and build number of `zig` like so:
```bash
$ zig version
0.11.0-dev.1711+xxxxxxxxx
0.11.0-dev.1844+xxxxxxxxx
```
Clone this repository with Git:
@ -82,7 +82,7 @@ about input:
### Version Changes
Version-0.11.0-dev.1711+xxxxxxxxx
Version-0.11.0-dev.1844+xxxxxxxxx
* *2023-02-21* zig 0.11.0-dev.1711 - changes in `for loops` - new: Multi-Object For-Loops + Struct-of-Arrays
* *2023-02-12* zig 0.11.0-dev.1638 - changes in `std.Build` cache_root now returns a directory struct
* *2023-02-04* zig 0.11.0-dev.1568 - changes in `std.Build` (combine `std.build` and `std.build.Builder` into `std.Build`)