Skip to content

This is my code repository for Advent of Code 2022.

License

Notifications You must be signed in to change notification settings

borisskert/Advent-of-Code-2022.hs

Repository files navigation

Advent-of-Code-2022

This is my code repository for my solutions for the Advent of Code 2022 challenge.

I use Haskell Tool Stack to build, test and run this project.

Build

stack build

Run tests

stack test

Run main

Run default puzzles (except some long-running ones)

stack run

Run specific puzzle

stack run day06

Run all puzzles (may take a few minutes)

stack run all