Don't know git.

This commit is contained in:
Linus 2021-05-18 18:17:10 +02:00
parent c65ab9cb15
commit f6d22792b0

View file

@ -97,7 +97,6 @@ You can of course still have a larger control of when to loop by naming your loo
(if (odd? a)
(cons (* a (- a)) (loopy-loop))
(cons (* a a) (loopy-loop))))
;; => (-1 4 -9 16 -25 36 -49 64 -81 100)
```