AoC/2019
shu e64af48b80 Fix solution
6ef036e2c5 actually made the solution incorrect, the list comprehension
for part b relied on V 0 0 being in the list for the element to match
    the step number. The magic oneliner is rad tho so simply adjust the
    list comprehension.
2019-12-04 00:43:18 +01:00
..
day1 Use Ints 2019-12-01 09:37:00 +01:00
day2 use concatMap 2019-12-02 09:23:25 +01:00
day3 Fix solution 2019-12-04 00:43:18 +01:00