Created
March 1, 2018 01:49
-
-
Save ktanaka117/4c27fbe2ad108fbf79a029e0642631c1 to your computer and use it in GitHub Desktop.
_ #love_swift #CodePiece
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 { | |
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