[go: up one dir, main page]

Skip to content

borisskert/Advent-of-Code-2021

Repository files navigation

Advent-of-Code-2021

This is my code repository for Advent of Code 2021.

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

Build

stack build

Run tests

stack test

Run main

Run default puzzles (not the long running ones)

stack run

Run specific puzzle

stack run day06

Run all puzzles (take a long time)

stack run all