Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peruibeloko/advent-of-code-2024
- Owner: Peruibeloko
- Created: 2024-12-03T01:19:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T00:45:23.000Z (about 2 months ago)
- Last Synced: 2024-12-15T01:27:23.926Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2024, aoc, haskell
- Language: Haskell
- Homepage:
- Size: 8.79 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 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