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

Main

Description

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

Today's problem had us perform manipulations on a tree-based term language. It was made tricky because the problem asked us to do things to the nearest left and right neighbors of elements of our tree.

Synopsis

Documentation

main :: IO () Source #

>>> :main
3551
4555