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: 3 months ago
JSON representation
My solutions for the Advent of Code 2024 using Haskell.
- Host: GitHub
- URL: https://github.com/peruibeloko/advent-of-code-2024
- Owner: peruibeloko
- Created: 2024-12-03T01:19:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-03T05:57:08.000Z (5 months ago)
- Last Synced: 2025-04-07T13:13:47.903Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2024, aoc, haskell
- Language: Haskell
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 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