shithub: mc

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