show/hide this revision's text 2 added 4 characters in body

Here's my best using scheme, in 45 characters:

(let f((a 0)(b 1))(printf"~a,"b)(f b(+ a b)))
show/hide this revision's text 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