Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 375 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 375 Bytes

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