zed 1d4986ac07 On branch main, somw 0.11 -> 0.12 fixes in examples
modified:   src/examples/ex-ch01-03.zig
modified:   src/examples/ex-ch04-01.zig
modified:   src/examples/ex-ch04-02.zig
modified:   src/examples/ex-ch05-01.zig
modified:   src/examples/ex-ch06-01.zig
modified:   src/examples/ex-ch08-01.zig
2024-04-27 10:44:42 +03:00
2024-01-14 16:39:56 +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 other formats

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%