Created
July 7, 2018 21:25
-
-
Save halilozel1903/12e85ad54bf3a3a6f8b202bc63f0509a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fun greet(name: String, day: String): String { | |
| return "Hello $name, today is $day." | |
| } | |
| greet("Halil", "Saturday" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment