Created
November 7, 2015 09:47
-
-
Save dialektike/402239de91bedd61e546 to your computer and use it in GitHub Desktop.
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
let string = "나는 전설이다." | |
print(string.characters.count) | |
let newString = "I Am Legend." | |
print(newString.characters.count) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment