Skip to content

Instantly share code, notes, and snippets.

@masters3d
Created May 22, 2015 02:45
Show Gist options
  • Save masters3d/c2cc8192f914fb3bc06d to your computer and use it in GitHub Desktop.
Save masters3d/c2cc8192f914fb3bc06d to your computer and use it in GitHub Desktop.
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