Skip to content

Instantly share code, notes, and snippets.

@teivah
Created October 29, 2018 22:57
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 teivah/db6ac9660c63ef7a92d02d73b44e36c0 to your computer and use it in GitHub Desktop.
Save teivah/db6ac9660c63ef7a92d02d73b44e36c0 to your computer and use it in GitHub Desktop.
try {
val n = new FileReader("input.txt").read()
println(s"Success: $n")
} catch {
case e: Exception =>
e.printStackTrace
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment