Four is magic: Difference between revisions

Content added Content deleted
(Added Haskell solution, probably needs some polishing.)
m (Small mistake on the Haskell solution.)
Line 1,621: Line 1,621:


import Data.List (find)
import Data.List (find)
import Data.Maybe (fromMaybe)
import Data.Char (toUpper)
import Data.Char (toUpper)