Skip to content

Instantly share code, notes, and snippets.

@nwillc
Created October 25, 2018 00:26
Show Gist options
  • Save nwillc/82ac0d495f977c06ab15569aba6d77c9 to your computer and use it in GitHub Desktop.
Save nwillc/82ac0d495f977c06ab15569aba6d77c9 to your computer and use it in GitHub Desktop.
Kotlin use example
FileReader("input.txt").use {
// Use the input
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment