Posted on

Table of Contents

Say hi!

const std = @import("std");
pub fn main() !void {
    std.debug.print("Hello, World!\n", .{});
}

Quote

A language that doesn’t affect the way you think about programming is not worth knowing.

  • Alan J. Perlis, 1982