shithub: mc

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