Skip to content

Instantly share code, notes, and snippets.

@emregoren
Created February 13, 2020 09:04
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/cb9bbe6b6b6c580fb4e554f2050cd1d3 to your computer and use it in GitHub Desktop.
Save emregoren/cb9bbe6b6b6c580fb4e554f2050cd1d3 to your computer and use it in GitHub Desktop.
fun main() {
kareAl(2)
val kare = kareAl(2)
}
fun kareAl(sayi: Int): Int {
return sayi * sayi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment