Skip to content

Instantly share code, notes, and snippets.

@ArvinRokni
Created June 5, 2019 23:32
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 ArvinRokni/9d0aaab2a58b97b4327d1b6d3cadd0cb to your computer and use it in GitHub Desktop.
Save ArvinRokni/9d0aaab2a58b97b4327d1b6d3cadd0cb to your computer and use it in GitHub Desktop.
fun example(a: Int = 0, b: Double = 0.0, c: String = "default value"){
println("a=$a , b=$b ,c = $c")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment