shithub: mc

ref: ee646b3b4010bec918f5d64d6849a4b2e7e268a3
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")
}