shithub: mc

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