shithub: mc

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