shithub: mc

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