Skip to content

Instantly share code, notes, and snippets.

@emregoren
Last active February 13, 2020 15:00
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 emregoren/78ef3709a8f4fef8b154703dfc47bb83 to your computer and use it in GitHub Desktop.
Save emregoren/78ef3709a8f4fef8b154703dfc47bb83 to your computer and use it in GitHub Desktop.
fun main() {
message("EMRE")
message("EMRE", 20)
//message(20) ad parametresine deger girmek zorunlu
}
fun message(ad: String, yas: Int = 0) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment