Do the modulos good

This commit is contained in:
2022-12-11 19:11:58 -05:00
parent 9ff03d18b2
commit 0ecaa576a3
3 changed files with 118 additions and 29 deletions

11
day11/Day11Part2.hs Normal file
View File

@@ -0,0 +1,11 @@
module Day11Part2 (main) where
import Day11Lib
convertToString :: Integer -> String
convertToString i = show i
main :: IO ()
main = do
contents <- getContents
putStrLn $ convertToString $ day11' contents