Skip to content

brokhiv/aoc-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc-2022

This year, I do the Advent of Code in Haskell!

I run all my solutions from GHCi as of now, using the boilerplate code from Common.hs to first go through the tests and then print the solutions.

The basic pattern a solution conforms to is a set of test cases, a parser and two solve functions; to complete a day, the parser converts the input text into useful data, that then gets processed by both solve functions to get the (hopefully correct) answer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published