shithub: mc

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