shithub: mc

ref: a4700546fc1fc899acdec66cf27a9f147e9f8fe5
dir: /test/helloworld.myr/

View raw version
use std

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