fork download
  1. object Main extends App{
  2. 1 to 5 foreach println
  3. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.scala:1: error: not found: type App
object Main extends App{
                    ^
one error found
stdout
Standard output is empty