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