fork(10) download
  1. object Main {
  2. def main(args: Array[String]): Unit = {
  3. println("Hello World!")
  4. }
  5. }
Success #stdin #stdout 0.33s 322240KB
stdin
Standard input is empty
stdout
Hello World!