fork download
  1. object Main extends App {
  2. List(7, 8, 3, 6, 4).sorted.reverse.foreach(print)
  3. }
Success #stdin #stdout 0.62s 66980KB
stdin
Standard input is empty
stdout
87643