shithub: mc

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