RosettaCodeData/Task/Array-length/Haskell/array-length.hs

3 lines
46 B
Haskell

-- [[Char]] -> Int
length ["apple", "orange"]