Created
September 17, 2020 12:21
-
-
Save rockbruno/eb67e318c812c98d243594f031e76167 to your computer and use it in GitHub Desktop.
Invisible Xcode characters
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
// 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