shithub: mc

ref: e239a342a21b54d5e2302f5dece5624ef0f1aea7
dir: /test/helloworld.myr/

View raw version
/* checks that this program prints Hello-世界\n */
use std

const main = {args : byte[:][:]
	std.write(1, "Hello-世界\n")
}