shithub: mc

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

View raw version
use "sys.use"

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