Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 7th, 2015
246
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/usr/bin/env perl6
proto sub fib (Int) is cached {*}
multi sub fib ($ where * == 1 | 2) { 1}
multi sub fib ($n where * >= 3) { fib($n - 1)
+ fib($n - 2)}
say fib(17);
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ 💎 Free BTC method 🚨 🔥
JavaScript | 12 min ago | 0.20 KB
ALPHA STEVE ONE PIECE
C++ | 13 min ago | 0.13 KB
STEAL A BRAINROT SCRIPT 2025
C++ | 14 min ago | 0.14 KB
SWORD BURST 2 SCRIPT 2025
C++ | 15 min ago | 0.22 KB
💎 ⭐ MAKE $2500 IN 15 MIN ✅ Working 💵 💎
JavaScript | 32 min ago | 0.20 KB
📌 EASY PROFIT GUIDE ✅ Still works 🔥 🚨
JavaScript | 52 min ago | 0.20 KB
📌 Free Crypto Method 🔥 🚨
JavaScript | 1 hour ago | 0.20 KB
⭐ 💎 Exchange profit method 🚨 🔥
JavaScript | 1 hour ago | 0.20 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!