This website works better with JavaScript.
Explore
Help
Sign In
mz64wyk8m
/
pryk6xpic
Watch
1
Star
0
Fork
You've already forked pryk6xpic
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
dqy
Browse Source
dqy1
trimizu
4 years ago
commit
f6f67c4dd4
1 changed files
with
5 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
5
dqy.hpp
Unescape
Escape
View File
@ -0,0 +1,5 @@
#
pragma once
int
Mod
(
int
x
,
int
y
)
{
return
x
%
y
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mz64wyk8m/pryk6xpic
Title
Body
Create Issue