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