Untitled

Run Settings
LanguageScala
Language Version
Run Command
import java.io.FileReader import java.io.FileNotFoundException import java.io.IOException object Main { def main(args: Array[String]) { try { val f = new FileReader("input.txt") } catch { case ex: FileNotFoundException =>{ println("Missing file exception") } case ex: IOException => { println("IO Exception") } } } }
Editor Settings
Theme
Key bindings
Full width
Lines