Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
dd
Nuparu00
Nov 2nd, 2021
2,286
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lisp
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
(
defun
each-other
(
list
n
)
(
cond
(
(
null
list
)
nil
)
(
(
=
n
0
)
(
cons
(
car
list
)
(
each-other
(
cdr
list
)
1
)
)
)
(
t
(
each-other
(
cdr
list
)
0
)
)
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Crypto Method (NEVER SEEN BEFORE)⭐ O
JavaScript | 1 sec ago | 0.27 KB
⭐⭐⭐Free Giftcards Method⭐⭐⭐
Java | 6 sec ago | 0.15 KB
⭐Swapzone Glitch ✅ Working⭐ E
JavaScript | 8 sec ago | 0.27 KB
✅ Make $2500 in 20 minutes⭐⭐ V
JavaScript | 16 sec ago | 0.27 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 17 sec ago | 0.15 KB
⭐⭐Exchange Exploit⭐ 2
JavaScript | 26 sec ago | 0.27 KB
⭐⭐⭐Exchange Exploit T 2⭐⭐⭐
Java | 30 sec ago | 0.15 KB
⭐ChangeNOW Exploit⭐⭐ 7
JavaScript | 33 sec ago | 0.27 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!