Skip to content

Instantly share code, notes, and snippets.

@rockbruno
Created September 17, 2020 12:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rockbruno/eb67e318c812c98d243594f031e76167 to your computer and use it in GitHub Desktop.
Save rockbruno/eb67e318c812c98d243594f031e76167 to your computer and use it in GitHub Desktop.
Invisible Xcode characters
// These little spaces are invisible in Xcode. Copy them around and watch everything break!
func foo(arg: Int) {
print("\(arg)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment