Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peruibeloko/advent-of-code-2024

My solutions for the Advent of Code 2024 using Haskell.
https://github.com/peruibeloko/advent-of-code-2024

advent-of-code advent-of-code-2024 aoc haskell

Last synced: about 2 months ago
JSON representation

My solutions for the Advent of Code 2024 using Haskell.

Awesome Lists containing this project

README

        

# Advent of Code 2024

## How to Run
1. Install GHC 9.10 and Cabal
1. `git clone`
1. `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