Skip to content

Instantly share code, notes, and snippets.

@adam-arold
Created September 11, 2017 16:36
Show Gist options
  • Save adam-arold/ec2e31718bbe0343dd17ca3037ebe3b8 to your computer and use it in GitHub Desktop.
Save adam-arold/ec2e31718bbe0343dd17ca3037ebe3b8 to your computer and use it in GitHub Desktop.
KotlinLineLoader
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