Skip to content

Instantly share code, notes, and snippets.

@jwalgemoed
Created January 3, 2018 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwalgemoed/79e79da0d8542691e0a49ca3f29db62f to your computer and use it in GitHub Desktop.
Save jwalgemoed/79e79da0d8542691e0a49ca3f29db62f to your computer and use it in GitHub Desktop.
val fileContents by lazy { readFile("someFile.txt") }
fun main(args: Array<String>) {
println(fileContents)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment