mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
comments
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Fibonacci numbers
|
||||
|
||||
function fib(n) {
|
||||
if(n == 0 || n == 1) {
|
||||
return n
|
||||
|
||||
Reference in New Issue
Block a user