Skip to content

Instantly share code, notes, and snippets.

@goodmorningcody
Last active April 18, 2016 13:09
Show Gist options
  • Save goodmorningcody/2af01c0e7f2cb9aaca0d to your computer and use it in GitHub Desktop.
Save goodmorningcody/2af01c0e7f2cb9aaca0d to your computer and use it in GitHub Desktop.
스위프트 변수와 상수
let year = 2016
let name = "Cody"
var age = 20
var born = year-age+1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment