Created
October 25, 2018 00:26
-
-
Save nwillc/82ac0d495f977c06ab15569aba6d77c9 to your computer and use it in GitHub Desktop.
Kotlin use example
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
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