const std = #import("std"); const main = fn() s32 { std.print(bytes = "Hello world!\n"); return 0; }