Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 31st, 2020
105
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Clojure
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
(
def
foo
[
1
2
3
4
]
)
(
loop
[
zoo foo, res
[
]
]
(
if
(
empty?
zoo
)
res
(
let
[
x
(
vec
(
take
2
zoo
)
)
]
(
recur
(
drop
2
zoo
)
(
conj
res x
)
)
)
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Instant Profit Method ⭐ W
JavaScript | 3 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 5 sec ago | 0.32 KB
✅ Make $1500 in 20 minutes
JavaScript | 10 sec ago | 0.32 KB
Swapzone Glitch (Working) J
JavaScript | 21 sec ago | 0.32 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 29 sec ago | 0.32 KB
Profit Method
JavaScript | 35 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐ I
JavaScript | 46 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 54 sec ago | 0.32 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!