From 9e9d1fad0018ec9108febb68e242b113167df50c Mon Sep 17 00:00:00 2001 From: Rick Calixte <10281587+rcalixte@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:43:38 -0400 Subject: [PATCH] Update Zig release date --- topics/zig/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.