Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created December 31, 2014 13:42
Show Gist options
  • Save ostretsov/eb1f59f576d63b2f0b3d to your computer and use it in GitHub Desktop.
Save ostretsov/eb1f59f576d63b2f0b3d to your computer and use it in GitHub Desktop.
var line = ""
while ((line = file.readLine) != "") {
println(line)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment