Skip to content

Instantly share code, notes, and snippets.

@yabenatti
Created January 21, 2019 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yabenatti/967cedd15a212f379cf1eaeec8b081bd to your computer and use it in GitHub Desktop.
Save yabenatti/967cedd15a212f379cf1eaeec8b081bd to your computer and use it in GitHub Desktop.
HelloWorldSwift
func getName() -> String {
return "Yasmin Benatti"
}
func helloWorld() {
print("Hello " + getName())
}
helloWorld()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment