shithub: mc

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