Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Last active January 15, 2018 17:35
Show Gist options
  • Save agoiabel/06a3e85a57a862b0d6518d5538b97222 to your computer and use it in GitHub Desktop.
Save agoiabel/06a3e85a57a862b0d6518d5538b97222 to your computer and use it in GitHub Desktop.
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