fork download
  1. let f x : 'a seq->string = string.join (" ", x)
  2. printfn "%A" (f [3; 4; 8])
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty