Last active
August 4, 2022 17:56
-
-
Save rugyoga/9142c40e3267af273c32745cd479e70a to your computer and use it in GitHub Desktop.
Simpler version for presentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
|> Stream.iterate(increment) | |
|> Stream.filter(palindrome?) | |
|> Stream.filter(divisible_by_3?) | |
|> Enum.at(99) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment