We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3369e5e commit 3ed2837Copy full SHA for 3ed2837
docs/INSTALLATION.md
@@ -3,6 +3,13 @@
3
There are many ways to install Zig, and the number of ways to install Zig are steadily increasing as the language matures.
4
Fortunately, all of the popular installation methods are listed on the [Zig install page][install-zig].
5
6
+## Zig version
7
+
8
+Exercism currently supports Zig 0.11.0 (released on 2023-08-04) only.
9
10
+An exercise may be compatible with a different Zig version, but that isn't guaranteed.
11
+Zig has not yet reached version 1.0, and breaking changes are common.
12
13
## Additional utilities
14
15
### Zig fmt - Generating well-formatted code
0 commit comments