mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
resolve problems
This commit is contained in:
parent
217d957f98
commit
32165a512a
1 changed files with 2 additions and 2 deletions
|
@ -86,13 +86,13 @@ Update to latest version using:
|
||||||
curl https://bun.sh/install | bash
|
curl https://bun.sh/install | bash
|
||||||
+++
|
+++
|
||||||
|
|
||||||
or install latest *-baseline build from [GitHub Releases](https://github.com/oven-sh/bun/releases)
|
or install latest *-baseline build from [GitHub Releases](<https://github.com/oven-sh/bun/releases>)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[why-zig]
|
[why-zig]
|
||||||
keywords = ["why-zig", "zig", "zig-lang", "zig lang bun"]
|
keywords = ["why-zig", "zig", "zig-lang", "zig lang bun"]
|
||||||
content = """
|
content = """
|
||||||
[**Zig**](https://ziglang.org/) is a general-purpose programming language and toolchain for maintaining **robust**, **optimal** and **reusable** software.
|
[**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.
|
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.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue