shithub: mc

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