Skip to content

Instantly share code, notes, and snippets.

@ikovalyov
Created March 31, 2020 22:42
Show Gist options
  • Save ikovalyov/be4dec0d42f8f6291a5389af04436cfd to your computer and use it in GitHub Desktop.
Save ikovalyov/be4dec0d42f8f6291a5389af04436cfd to your computer and use it in GitHub Desktop.
fun main() {
println(processRequest(1))
println(processRequest(10))
println(processRequest(-1))
}
// 2
// 20
// -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment