shithub: mc

ref: a7124a8f1ea92ff0aac1fa2dc7a2a573e0643ffa
dir: /test/hello/hello.myr/

View raw version
use "sys.use"

const main = {
	sys.write(1, "Hello world\n")
}