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