Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Last active April 13, 2018 13:19
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/84961e35abfd58da03119d4a40800a45 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/84961e35abfd58da03119d4a40800a45 to your computer and use it in GitHub Desktop.
fun sayMyFullName(firstName: String, lastName: String, middleName: String): Unit {
print("My full name is $firstName $middleName $lastName");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment