sln_2020_07
Copyright(c) Eric Mertens 2020
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Main

Description

https://adventofcode.com/2020/day/7

The problem gives us a list of rules about the immediate contents of each color of bag. We use this to compute the transitive closure of bag contents in order to answer queries about a shiny gold bag.

Synopsis

Documentation

main :: IO () Source #

>>> :main
268
7867