Created
August 11, 2020 12:04
-
-
Save gabrielkirsten/231db502d83290467d9496b07534d637 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
suspend fun addTen(n: Int): Int { | |
delay(1000) | |
return n + 10 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment