Skip to content

Instantly share code, notes, and snippets.

@cy6erGn0m
Created January 18, 2016 16:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cy6erGn0m/851b35dd6e3e97039c2d to your computer and use it in GitHub Desktop.
Save cy6erGn0m/851b35dd6e3e97039c2d to your computer and use it in GitHub Desktop.
Kotlin get free port
fun findFreePort() = ServerSocket(0).use { it.localPort }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment