Last active
April 3, 2018 11:54
-
-
Save KamilLelonek/6007eb4ef42821e11b78284f8bee1dd4 to your computer and use it in GitHub Desktop.
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
defp duplicate_zeros(count) do | |
"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" | |
|> String.first() | |
|> String.duplicate(count) | |
en |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment