Skip to content

Instantly share code, notes, and snippets.

@goodmorningcody
Last active August 29, 2015 14:24
Show Gist options
  • Save goodmorningcody/5c1c66a9fe741e62c599 to your computer and use it in GitHub Desktop.
Save goodmorningcody/5c1c66a9fe741e62c599 to your computer and use it in GitHub Desktop.
스위프트 : UInt에 음수의 값이 사용될 경우
let year : Int = 2015
let age : UInt = -20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment