const io = @import("../std/io.amal"); const main = fn { io.print("hello %s", "world!"); }