shithub: mc

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