RosettaCodeData/Task/Array-length/F-Sharp/array-length-2.fs
2023-07-01 13:44:08 -04:00

1 line
42 B
FSharp

[|1;2;3|] |> Array.length |> printfn "%i"