Zig playground
const std = @import("std"); pub fn main() void { std.debug.print("Hello, {s}!", .{"World"}); }
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal and reusable software. Many people think of Zig as "better C".