Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created April 12, 2018 10:50
Show Gist options
  • Save sajjadyousefnia/69819788f5d6e6b6e44f7fdcb01373d7 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/69819788f5d6e6b6e44f7fdcb01373d7 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