Add Zig Programming Language (#11825)

pull/11829/head
Nilay Sarma 2 weeks ago committed by GitHub
parent 7ca7ffb38a
commit cf18c4c902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      books/free-programming-books-langs.md

@ -230,6 +230,7 @@ Books on general-purpose programming that don't focus on a specific language are
* [Windows Phone](#windows-phone)
* [Workflow](#workflow)
* [xBase (dBase / Clipper / Harbour)](#xbase-dbase--clipper--harbour)
* [Zig](#zig)
### ABAP
@ -2705,3 +2706,9 @@ Books on general-purpose programming that don't focus on a specific language are
### YAML
* [YAML Tutorial](https://www.tutorialspoint.com/yaml/yaml_tutorial.pdf) - TutorialsPoint (PDF)
### Zig
* [Introduction to Zig](https://pedropark99.github.io/zig-book) - Pedro Duarte Faria (HTML)
* [Zig Language Reference](https://ziglang.org/documentation/master) (HTML)

Loading…
Cancel
Save