fork download
  1.  
  2. let () =
  3. "x x".Split(' ') |> printfn "%A"
  4.  
  5.  
  6. let () = printfn "hage"
  7.  
  8. [<EntryPoint>]
  9. let hge _ = 0
  10.  
  11.  
Success #stdin #stdout 0.04s 31008KB
stdin
Standard input is empty
stdout
[|"x"; "x"|]
hage