trimizu 4 years ago
commit f6f67c4dd4

@ -0,0 +1,5 @@
#pragma once
int Mod(int x, int y)
{
return x % y;
}
Loading…
Cancel
Save