`('a'..'z').map(Char::toString)` is slightly short...
# getting-started
b
('a'..'z').map(Char::toString)
is slightly shorter 🙂