Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
458
msiamn
Mar 28th, 2016
58
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.26 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
#include<string.h>
int main()
{
char code[200];
while(gets(code))
{
int i, l=strlen(code);
for(i=0;i<l;i++){
code[i]=code[i]-7;
}
printf("%s\n",code);
}
return 0;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
This summer smells like money
CSS | 2 min ago | 0.24 KB
Crypto Profitable Method
CSS | 2 min ago | 0.24 KB
Free Money
CSS | 2 min ago | 0.24 KB
API Flaw
CSS | 3 min ago | 0.24 KB
✅ API Glitch (Docs Leak)
CSS | 3 min ago | 0.24 KB
This summer smells like money
CSS | 3 min ago | 0.24 KB
I made $15,000 in 2 hours
CSS | 20 min ago | 0.24 KB
✅ API Glitch (Docs Leak)
CSS | 20 min ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!