Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 738 Bytes

advent-of-code

Continuous Integration 👮‍♂️

Advent of code

Install

stack install hlint ormolu apply-refact

Build

stack build --test --haddock --no-haddock-hyperlink-source

Test

hlint .
ormolu --color always --check-idempotence --mode check **/*.hs
stack test [--file-watch --fast] [--ta "--match \"Year20XX.DayXX\""]

Run

stack run advent-of-code-20XX-exe