We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca7ffb commit 22240ccCopy full SHA for 22240cc
books/free-programming-books-langs.md
@@ -230,6 +230,7 @@ Books on general-purpose programming that don't focus on a specific language are
230
* [Windows Phone](#windows-phone)
231
* [Workflow](#workflow)
232
* [xBase (dBase / Clipper / Harbour)](#xbase-dbase--clipper--harbour)
233
+* [Zig](#zig)
234
235
236
### ABAP
@@ -2705,3 +2706,9 @@ Books on general-purpose programming that don't focus on a specific language are
2705
2706
### YAML
2707
2708
* [YAML Tutorial](https://www.tutorialspoint.com/yaml/yaml_tutorial.pdf) - TutorialsPoint (PDF)
2709
+
2710
2711
+### Zig
2712
2713
+* [Introduction to Zig](https://pedropark99.github.io/zig-book) - Pedro Duarte Faria (HTML)
2714
+* [Zig Language Reference](https://ziglang.org/documentation/master) (HTML)
0 commit comments