sln_2023_09
Copyright(c) Eric Mertens 2023
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Main

Description

https://adventofcode.com/2023/day/9

Extend an

>>> :{
:main +
"0 3 6 9 12 15
1 3 6 10 15 21
10 13 16 21 30 45
"
:}
114
2
Synopsis

Documentation

main :: IO () Source #

Parse the input and print out answers to both parts.

>>> :main
1762065988
1066