Skip to content

Instantly share code, notes, and snippets.

@kmizu
Created May 24, 2011 15:14
Show Gist options
  • Save kmizu/988892 to your computer and use it in GitHub Desktop.
Save kmizu/988892 to your computer and use it in GitHub Desktop.
scala> {
| import scala.io._
| val r = Source.fromFile("file.txt")
| println(r.getLines().toList)
| }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment