mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
add ex069 comptime 4
This commit is contained in:
@@ -41,7 +41,7 @@ Verify the installation and build number of `zig` like so:
|
||||
|
||||
```bash
|
||||
$ zig version
|
||||
0.8.0-dev.1065+xxxxxxxxx
|
||||
0.8.0-dev.1983+xxxxxxxxx
|
||||
```
|
||||
|
||||
Clone this repository with Git:
|
||||
@@ -71,6 +71,11 @@ Once you have a build of the Zig compiler that works with Ziglings, they'll
|
||||
continue to work together. But keep in mind that if you update one, you may
|
||||
need to also update the other.
|
||||
|
||||
### Version Changes
|
||||
|
||||
* 2021-04-21 0.8.0-dev.1983 - std.fmt.format() 'any' format string
|
||||
* 2021-02-12 0.8.0-dev.1065 - std.fmt.format() 's' (string) format string
|
||||
|
||||
## Advanced Usage
|
||||
|
||||
It can be handy to check just a single exercise or _start_ from a single
|
||||
|
||||
Reference in New Issue
Block a user