Last active
January 15, 2018 17:35
-
-
Save agoiabel/06a3e85a57a862b0d6518d5538b97222 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 name = "world" | |
(name == "world") ? print("hello, world") : print("I'm sorry \(name), dont know you") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment