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

Main

Description

https://adventofcode.com/2016/day/18

Run Rule 90, a cellular automaton, for a few generations and count how many cells are turned on.

https://en.wikipedia.org/wiki/Rule_90

Synopsis

Documentation

main :: IO () Source #

>>> :main
2005
20008491