Skip to content

Instantly share code, notes, and snippets.

@vdudouyt
Forked from mistahenry/file_io.scala
Created May 25, 2014 05:07
Show Gist options
  • Save vdudouyt/20429b82297d078f38b9 to your computer and use it in GitHub Desktop.
Save vdudouyt/20429b82297d078f38b9 to your computer and use it in GitHub Desktop.
import scala.io.Source
val listOfLines = Source.fromFile("filename.txt").getLines.toList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment