zed 3ba51cd76a On branch main
new file:   src/00-intro.md
renamed:    src/ch00.md -> src/01-toc.md
2023-12-05 15:09:14 +03:00
2023-12-05 15:09:14 +03:00
2023-11-25 15:59:57 +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 from md to

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%