Skip to content

Instantly share code, notes, and snippets.

@ktanaka117
Created March 1, 2018 01:45
Show Gist options
  • Save ktanaka117/5d6f5ec0544401b29f552106fde2e077 to your computer and use it in GitHub Desktop.
Save ktanaka117/5d6f5ec0544401b29f552106fde2e077 to your computer and use it in GitHub Desktop.
_ #CodePiece #tryswiftconf
func number() -> Int {
let x: Int
x = 1
return x
}
func number() -> Int {
return 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment