Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 390 Bytes

🎄 Advent of Code 2024

Solutions for Advent of Code 2024 in Haskell

Project

app/ contains solutions for the puzzles.

data/ contains puzzle inputs (not committed to the repo).

Usage

Run cabal run with day and part.

Example, to run Day 1 Part 2:

cabal run aoc-haskell24 -- "01P2"

Note: puzzle inputs have to added to data/ folder.