Skip to content

peruibeloko/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

How to Run

  1. Install GHC 9.10 and Cabal
  2. git clone
  3. cabal build && clear && cabal run aoc2024 -- [day] [part] [puzzle input]

Where [puzzle input] should be a .txt file located at the day's folder.

Day 1, part 1 using src/Day1/input.txt would be cabal run aoc2024 -- 1 1 input

Contributing

dont

About

My solutions for the Advent of Code 2024 using Haskell.

Topics

Resources

Stars

Watchers

Forks