Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created July 6, 2018 21:53
Show Gist options
  • Save halilozel1903/c48d7606545db756346e2448c9608f81 to your computer and use it in GitHub Desktop.
Save halilozel1903/c48d7606545db756346e2448c9608f81 to your computer and use it in GitHub Desktop.
let apples = 3
let oranges = 5
let fruitSummary = "I have \(apples + oranges) " +
"pieces of fruit."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment