shithub: mc

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

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