Skip to content

drewolson/aoc-hs

Repository files navigation

Advent of Code

test

Build

stack build

Run Solution

stack run -- --help
stack run -- --day 1 --part 1
stack run -- -d 1 -p 1

Test

stack test

Format

make format-check
make format