sln_2021_20
Copyright(c) Eric Mertens 2021
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Main

Description

https://adventofcode.com/2021/day/20

This problem has us implement a cellular automaton on an infinite grid. The problem requires special treatment so that we can represent updates to infinite space.

Synopsis

Documentation

main :: IO () Source #

>>> :main
5179
16112