chore(day6): add todo for cleaning
This commit is contained in:
parent
a64400efd8
commit
7b7dd2660b
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ import qualified Data.IntMap as M
|
||||||
import Data.List (foldl')
|
import Data.List (foldl')
|
||||||
import System.Environment (getArgs)
|
import System.Environment (getArgs)
|
||||||
|
|
||||||
|
-- TODO: solve part 2 by transposing the matrix before parsing the
|
||||||
|
-- numbers.
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
input <- readFile . head =<< getArgs
|
input <- readFile . head =<< getArgs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue