Created
October 14, 2018 14:43
-
-
Save akuraru/45f157c00a10d0c676e88d6de74e1a6b to your computer and use it in GitHub Desktop.
a〜zまで何かやりたいが為に毎回こんな感じのコードを書かないといけなくてしんどい
This file contains 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
for val in UnicodeScalar("a").value...UnicodeScalar("z").value { | |
let x = String(UnicodeScalar(val)!) | |
print(x) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment