Skip to content

THeinemann/advent-of-code-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code skeleton

This project is a skeleton which I use to set up my solutions to Advent of code.

Essentially, to add a new solution for day N, add a module DayN.hs that exports a constant of type Solution (from Framework.hs) and link it into findSolution in Main.hs

About

Basic structure for my Haskell solutions of AOC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published