shithub: mc

ref: 9ab2a5a2a341794f93df6aee3859c90bbae3a9b0
dir: /test/mod.myr/

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