Skip to content

Instantly share code, notes, and snippets.

@dialektike
Created November 7, 2015 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dialektike/402239de91bedd61e546 to your computer and use it in GitHub Desktop.
Save dialektike/402239de91bedd61e546 to your computer and use it in GitHub Desktop.
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