zed 4e0813ee94 On branch main
modified:   src/ch01.md
modified:   src/ch02.md
2023-11-23 22:43:34 +03:00
2023-11-23 22:43:34 +03:00
2023-11-23 17:24:04 +03:00

About

This is a translation of "Learning Zig" book by Karl Seguin into Russian.

License

Distributed under the terms of Attribution-NonCommercial-ShareAlike 4.0 International

Converting

epub

cd src/
pandoc --syntax-definition="zig.xml" --highlight-style="zig.theme" zig.yaml *.md -o learning-zig.ru.epub

docx

cd src/
pandoc --syntax-definition="zig.xml" --highlight-style="zig.theme" *.md -o learning-zig.ru.docx
Description
No description provided
Readme 240 KiB
Languages
Zig 100%