zed 2e54141256 On branch main, https://github.com/dee0xeed/learning-zig-rus/issues/1
Changes to be committed:
modified:   src/ch08.md
2025-05-28 18:41:12 +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%