Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created April 28, 2018 20:04
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 sajjadyousefnia/0aa03f93d427f67bb5bbea3c77dd6f37 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/0aa03f93d427f67bb5bbea3c77dd6f37 to your computer and use it in GitHub Desktop.
fun hello(name: String) { // will still compile
print("Hello $name")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment