shithub: mc

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