Skip to content

Instantly share code, notes, and snippets.

@ktanaka117
Created March 1, 2018 01:49
Show Gist options
  • Save ktanaka117/4c27fbe2ad108fbf79a029e0642631c1 to your computer and use it in GitHub Desktop.
Save ktanaka117/4c27fbe2ad108fbf79a029e0642631c1 to your computer and use it in GitHub Desktop.
_ #love_swift #CodePiece
func number() -> Int {
var 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