Skip to content

Instantly share code, notes, and snippets.

@agustarc
Created June 4, 2017 06:22
Show Gist options
  • Save agustarc/f3f83a8c62216369cafb7fe136180c59 to your computer and use it in GitHub Desktop.
Save agustarc/f3f83a8c62216369cafb7fe136180c59 to your computer and use it in GitHub Desktop.
fun max(a: Int, b: Int) = if (a > b) a else b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment