shithub: mc

ref: 3850484227a4d875cd45559b11be74996440a7c4
dir: /test/helloworld.myr/

View raw version
use std

const main = {args : byte[:][:]
	std.write(1, "Hello-世界\n")
	-> 0
}