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
Compare commits
merge into: mz64wyk8m:master
Branches
Tags
mz64wyk8m:dqy1
mz64wyk8m:master
...
pull from: mz64wyk8m:dqy1
Branches
Tags
mz64wyk8m:dqy1
mz64wyk8m:master
No commits in common. 'master' and 'dqy1' have entirely different histories.
master
...
dqy1
2 changed files
with
5 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
5
dqy.hpp
Unescape
Escape
View File
@ -0,0 +1,5 @@
#
pragma once
int
Mod
(
int
x
,
int
y
)
{
return
x
%
y
;
}
1
hello.txt
Unescape
Escape
View File
@ -1 +0,0 @@
hello
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mz64wyk8m/pryk6xpic
Title
Body
Create Issue