Hello, World!

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