day 8 formatting consistency

This commit is contained in:
Jill 2022-12-09 13:46:27 +03:00
parent 5fd2159be1
commit 6a31e36b72
2 changed files with 1 additions and 1 deletions

1
8-a.hs
View File

@ -1,5 +1,4 @@
{-# LANGUAGE TupleSections #-}
import Data.List
-- this is literally only a function because read is stupid

1
8-b.hs
View File

@ -1,6 +1,7 @@
{-# LANGUAGE TupleSections #-}
import Data.List
-- this is literally only a function because read is stupid
parse :: String -> [[Int]]
parse = map (map (read . singleton)) . lines