aboutsummaryrefslogtreecommitdiff
path: root/tests/bytecode.amal
blob: 35dc3da63ebb829d9e059a0c4dcffd2baf39da6c (plain)
1
2
3
4
5
const io = @import("../std/io.amal");

const main = fn {
    io.print("hello %s", "world!");
}