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