Skip to content

Instantly share code, notes, and snippets.

@boriscy
Created July 3, 2018 13:26
Show Gist options
  • Save boriscy/59959f1b79208e88cb471bcf922af6ce to your computer and use it in GitHub Desktop.
Save boriscy/59959f1b79208e88cb471bcf922af6ce to your computer and use it in GitHub Desktop.
# Generate alphabet
for n <- ?a..?z, do: n
for n <- ?a..?z, do: << n :: utf8 >>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment