shithub: mc

ref: 8f668b2261b225f96d5835c17880a833447ebbcd
dir: /test/hello/hello.myr/

View raw version
use "sys.use"

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