fork download
  1. object Main extends App {
  2. // your code goes here
  3.  
  4. println("Hello")
  5. }
Success #stdin #stdout 0.36s 382080KB
stdin
Standard input is empty
stdout
Hello