Skip to content

Instantly share code, notes, and snippets.

@emregoren
Created February 13, 2020 15:12
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/56de097b7610abb753c1a6dc954392fd to your computer and use it in GitHub Desktop.
Save emregoren/56de097b7610abb753c1a6dc954392fd to your computer and use it in GitHub Desktop.
fun main() {
//message("emre",true) burada ogrenci degiskenine deger gönderdiğimizi anlamıyor
message("emre", ogrenci = true)
message(ad = "emre", ogrenci = true)
}
fun message(ad: String, yas: Int = 0, ogrenci: Boolean) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment