fork download
  1.  
  2. object Test {
  3. def main(args: Array[String]): Unit = {
  4. println("hello,world!")
  5. }
  6. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
spoj: The program compiled successfully, but Main.class was not found.
      Class Main should contain method: def main(args: Array[String]).
stdout
Standard output is empty