parent
6adbead02c
commit
f0bdefe972
@ -29,7 +29,7 @@
|
||||
"Reversing directions is easy when you have not gone far"
|
||||
(= '(1) (recursive-reverse [1]))
|
||||
|
||||
"Yet more difficult the more steps you take"
|
||||
"Yet it becomes more difficult the more steps you take"
|
||||
(= '(5 4 3 2 1) (recursive-reverse [1 2 3 4 5]))
|
||||
|
||||
"Simple things may appear simple."
|
||||
|
Loading…
Reference in New Issue
Block a user