Skip to content

Instantly share code, notes, and snippets.

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