adventofcode-0.1.0.0: Haskell solutions to adventofcode
LicenseMIT
Maintainer@tylerjl
Safe HaskellSafe-Inferred
LanguageHaskell2010

Y2021.D02

Description

Solutions to the 2021 day 02 set of problems for adventofcode.com.

Documentation

data Navigation #

Constructors

Forward Int 
Down Int 
Up Int