Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Last active April 9, 2017 07:09
Show Gist options
  • Save farhan-syed/14451955b29617e0e266e54e566ab414 to your computer and use it in GitHub Desktop.
Save farhan-syed/14451955b29617e0e266e54e566ab414 to your computer and use it in GitHub Desktop.
var brand = "Apple"
if brand == "Apple" {
print("Brand is Apple")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment