Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
fibonacci
rungholt
Aug 23rd, 2019
178
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lua
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
diff
function
fibonacci
(
n
)
if
n
<
3
then
return
1
else
return
fibonacci
(
n
-
1
)
+
fibonacci
(
n
-
2
)
end
sleep
(
2
)
end
for
n
=
1
,
32
do
io.write
(
fibonacci
(
n
)
,
", "
)
end
io.write
(
"...
\n
"
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
💎 Instant Money Method 💎 🚨 🔥
Java | 49 sec ago | 0.18 KB
⭐⭐ Instant Money Method ⭐⭐
JavaScript | 1 min ago | 0.22 KB
💎 Instant Money Method 💎 🚨 🔥
JavaScript | 2 min ago | 0.18 KB
✅ Exploit 500$ in 10 minutes 🔥 🚨🔥
JavaScript | 3 min ago | 0.22 KB
⭐⭐ Crypto Swap Glitch ✅ Easy money ⭐⭐
JavaScript | 3 min ago | 0.22 KB
⭐⭐ Exploit 500$ in 10 minutes ⭐⭐
JavaScript | 6 min ago | 0.22 KB
💵 Crypto Swap Glitch ✅ Easy money 🔥 🚨 🔥
JavaScript | 8 min ago | 0.18 KB
GMAIL Hits
Java | 9 min ago | 0.14 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!