Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 236 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 236 Bytes

advent-of-code

Solving advent of code 2021 problems in Haskell - https://adventofcode.com/2021

app folder contains the code for reading input files. It will call pure functions declared on the src folder (one module for each day)