Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
/ hadvent Public archive

Utilities for Advent of Code 2019 puzzles for solutions written in Haskell

License

Notifications You must be signed in to change notification settings

erykciepiela/hadvent

Repository files navigation

Hadvent

Utilities for Advent of Code puzzles for solutions written in Haskell.

Usage

Initial setup

  1. Install Stack
  2. Fork and checkout this repository
  3. Run stack build in this project directory

Every advent day

  1. Log in to Advent of Code
  2. Copy session HTTP cookie value to .session file in this project directory
  3. Go to [year]/[day]/Main.hs directory
  4. Add test cases to testCases list
  5. Implement solution function
  6. Run stack run [year]-[day] - it will print you if test cases pass
    • if they pass it will print the solution for the puzzle for your specific puzzle input
    • if any fails it will print the first test case that fails

About

Utilities for Advent of Code 2019 puzzles for solutions written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published