Compare commits

...

No commits in common. 'master' and 'dqy1' have entirely different histories.
master ... dqy1

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

@ -1 +0,0 @@
hello
Loading…
Cancel
Save