Last active
January 15, 2018 17:36
-
-
Save agoiabel/4f08881d1d19795552e344bd9c10929a 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" | |
| if name == "world" { | |
| print("hello, world") | |
| } else { | |
| 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