1const std = @import("std"); 2 3pub fn main() !void { 4 try std.fs.File.stdout().writeAll("Hello, World!\n"); 5}