Knight's tour: Difference between revisions

m
(→‎{{header|Haskell}}: Applied hlint and hindent – slightly simplified the type of the input, and slightly uncluttered the main :: IO() function)
Line 3,070:
-- TEST -----------------------------------------------------------------------
sq :: (Int, Int)
sq = toSq "e5" -- Input: starting position on the bordboard, e.g. (5, 5) as "e5"
 
main :: IO ()
9,659

edits