aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2023-02-19 17:52:16 +0100
committerChris Boesch <[email protected]>2023-02-19 17:52:16 +0100
commit1d10a062e22858d187d053853b9fa82cda1a8cdc (patch)
tree25c5cb7c3f55b462719dcefe532cb5a8a7d5f839 /README.md
parentb2de68869ed16a607c00a31d4ea9f140f8a0089e (diff)
downloadziglings-1d10a062e22858d187d053853b9fa82cda1a8cdc.tar.xz
ziglings-1d10a062e22858d187d053853b9fa82cda1a8cdc.zip
check for dev1650 and some minor polish
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c34b728..65fae89 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ or a "systems" level language such as C.
Each exercise is self-contained and self-explained. However, you're encouraged
to also check out these Zig language resources for more detail:
+* https://ziglang.org/learn/
* https://ziglearn.org/
* https://ziglang.org/documentation/master/
@@ -41,7 +42,7 @@ Verify the installation and build number of `zig` like so:
```bash
$ zig version
-0.11.0-dev.1638+xxxxxxxxx
+0.11.0-dev.1650+xxxxxxxxx
```
Clone this repository with Git:
@@ -81,7 +82,7 @@ about input:
### Version Changes
-Version-0.11.0-dev.1638+xxxxxxxxx
+Version-0.11.0-dev.1650+xxxxxxxxx
* *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`)
* *2023-01-14* zig 0.11.0-dev.1302 - changes in `@addWithOverflow` (now returns a tuple) and `@typeInfo`; temporary disabled async functionality
@@ -166,6 +167,7 @@ Core Language
* [ ] Async <--- IN PROGRESS!
* [X] Interfaces
* [X] Working with C
+* [ ] String formating
## Contributing