Skip to content

Instantly share code, notes, and snippets.

@lildata
Created May 18, 2015 19:08
Show Gist options
  • Save lildata/1d21419ba814ec80631b to your computer and use it in GitHub Desktop.
Save lildata/1d21419ba814ec80631b to your computer and use it in GitHub Desktop.
Read a file, no ceremony :-D
println(scala.io.Source.fromFile("some.txt").mkString)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment