Created
March 1, 2018 01:45
-
-
Save ktanaka117/5d6f5ec0544401b29f552106fde2e077 to your computer and use it in GitHub Desktop.
_ #CodePiece #tryswiftconf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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