1 line
58 B
FSharp
1 line
58 B
FSharp
let result = Array.map (fun x -> x * x) [|1; 2; 3; 4; 5|]
|
let result = Array.map (fun x -> x * x) [|1; 2; 3; 4; 5|]
|