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