diff --git a/topics/zig/index.md b/topics/zig/index.md index 255ac66f59a..ca1160d7364 100644 --- a/topics/zig/index.md +++ b/topics/zig/index.md @@ -4,10 +4,10 @@ created_by: Andrew Kelley display_name: Zig github_url: https://github.com/ziglang/zig logo: zig.png -released: February 2016 +released: February 8, 2016 short_description: Zig is a general-purpose programming language and toolchain. topic: zig -url: https://ziglang.org/ +url: https://ziglang.org wikipedia_url: https://en.wikipedia.org/wiki/Zig_(programming_language) --- Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. There is no hidden control flow, no hidden memory allocations, no preprocessor, and no macros.