this repo has no description
0
fork

Configure Feed

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

1module Main where 2 3import Lib 4 5main :: IO () 6main = do 7 inputStr <- readFile "input.txt" 8 let input = init inputStr 9 -- in print $ parseGroups 0 0 input 10 in print $ countAllGarbage input