Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (fn [result input]
- (if (not-rotten? input)
- ((fn [result' input']
- ((fn [result'' input'']
- (reduce add-to-pie result'' (chop input'')))
- result' (remove-sticker input')))
- result input)
- result))
Advertisement
Add Comment
Please, Sign In to add comment