Skip to content

Instantly share code, notes, and snippets.

@peteranny
Last active July 29, 2020 17:35
Show Gist options
  • Save peteranny/1c38c80674a14c8842b45e6a3a7f1821 to your computer and use it in GitHub Desktop.
Save peteranny/1c38c80674a14c8842b45e6a3a7f1821 to your computer and use it in GitHub Desktop.
public class HelloWorld {
let hello = "Hello"
public init() {}
public func hello(to whom: String) -> String {
return "Hello \(whom)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment