Here's my best using scheme, in 45 characters:
(let f((a 0)(b 1))(printf"~a,"b)(f b(+ a b)))
|
2 | added 4 characters in body | ||
|
Here's my best using scheme, in 45 characters:
|
||||
|
1 |
|
||
|
Here's my best using scheme, in 45 characters: (let f((a 0)(b 1))(printf"~a,"b)(f b(+ a b))) |
||||
|
Post Made Community Wiki by Community♦
|
||||
|
|
||||