Created
September 11, 2017 16:36
-
-
Save adam-arold/ec2e31718bbe0343dd17ca3037ebe3b8 to your computer and use it in GitHub Desktop.
KotlinLineLoader
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
class KotlinLineLoader { | |
fun loadLines(path: String) = File(path).readLines() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment