Skip to main content
added 133 characters in body
Source Link
ბიმო
  • 17k
  • 3
  • 43
  • 106

Haskell, 2525 20 bytes

-5 bytes for making this a function only (initially thought that it has to be a full program)

main=interact$showinteract$show.length 

Try it online!Try it online!

Haskell, 25 bytes

main=interact$show.length 

Try it online!

Haskell, 25 20 bytes

-5 bytes for making this a function only (initially thought that it has to be a full program)

interact$show.length 

Try it online!

Source Link
ბიმო
  • 17k
  • 3
  • 43
  • 106

Haskell, 25 bytes

main=interact$show.length 

Try it online!