Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 5th, 2018
96
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
(defn pascal_tri [x y]
(if (or (= x y)(= y 0))
1
(+ (pascal_tri (- x 1)(- y 1))
(pascal_tri (- x 1) y))
))
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐⭐
Java | 1 sec ago | 0.15 KB
Induction Matrix monitor
Lua | 3 sec ago | 2.93 KB
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐⭐
Java | 11 sec ago | 0.15 KB
⭐⭐⭐Exchange Exploit T I⭐⭐⭐
Java | 22 sec ago | 0.15 KB
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐⭐
Java | 44 sec ago | 0.15 KB
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐⭐
Java | 55 sec ago | 0.15 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ G
JavaScript | 1 min ago | 0.27 KB
⭐⭐Exchange Exploit⭐⭐ S
JavaScript | 1 min 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!