this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 229 B view raw
1module Main where 2 3import Lib 4 5main :: IO () 6main = do 7 inputStr <- readFile "input.txt" 8 let input = lines $ init inputStr 9 -- answer1 = firstReceivedSound input 10 answer2 = howManyDidP1Send input 11 in print answer2