Do the modulos good
This commit is contained in:
11
day11/Day11Part2.hs
Normal file
11
day11/Day11Part2.hs
Normal 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
|
||||
Reference in New Issue
Block a user