This commit is contained in:
Hyro 2022-07-14 17:31:06 +02:00 committed by GitHub
commit 1d3a6a131a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,4 +98,12 @@ cp -r misc /usr/local/bin/
**2.** Add alias to bashrc
`echo "alias bun='sde -chip-check-disable -- bun'" >> ~/.bashrc`
"""
[why-zig]
keywords = ["why-zig", "zig", "zig-lang", "zig lang bun"]
content = """
[**Zig**](https://ziglang.org/) is a general-purpose programming language and toolchain for maintaining **robust**, **optimal** and **reusable** software.
Its **low-level control over memory** and **lack of hidden control flow**, whilst retaining **simplicity** and **flexibility**, makes building _fast_ software (in development time as well) relatively easier.
"""