Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 563 Bytes

File metadata and controls

32 lines (21 loc) · 563 Bytes

Advent of Code

The famous programming competition: adventofcode.com. Below are instructions on how to run the solutions.

2023–present (and somewhat 2019)

> cat Y2023/input/day-1.txt | cabal run y2023:day-1

2022

> cd Y2022
> cat input/day-1.txt | cabal run day-1.hs

2021

ghc Main.hs
Main DAY

2020

Most solutions are single-file and runnable with cabal run <filename.hs> (or cabal new-run ... if you haven't upgraded to Cabal 3 yet).