shithub: mc

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