shithub: mc

ref: a098baae59b556bbec643aa88aa6a0baa15fa9f2
dir: /test/mod.myr/

View raw version
const main = {
	var a = 42
	var b = 9
	-> a % b
}