fork(1) download
  1. object Main extends App {
  2. // your code goes here
  3.  
  4. val example = Seq("11111", "2222", "333", "444444")
  5.  
  6. val result = example.mkString
  7.  
  8. println(result)
  9. }
Success #stdin #stdout 0.37s 382080KB
stdin
Standard input is empty
stdout
111112222333444444