Created
May 22, 2015 02:45
-
-
Save masters3d/c2cc8192f914fb3bc06d to your computer and use it in GitHub Desktop.
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
struct HelloWorld{ | |
static func hello( _ input:String = "World") -> String{ | |
return "Hello, \(input)!" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment