Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olemorud/aoc-in-haskell-2024
Haskell solutions for Advent of Code 2024
https://github.com/olemorud/aoc-in-haskell-2024
advent-of-code-2024 advent-of-code-2024-haskell haskell
Last synced: about 2 months ago
JSON representation
Haskell solutions for Advent of Code 2024
- Host: GitHub
- URL: https://github.com/olemorud/aoc-in-haskell-2024
- Owner: olemorud
- Created: 2024-12-02T00:16:39.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-02T13:57:54.000Z (about 2 months ago)
- Last Synced: 2024-12-02T14:46:11.850Z (about 2 months ago)
- Topics: advent-of-code-2024, advent-of-code-2024-haskell, haskell
- Language: Haskell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell solutions for Advent of Code 2024
My solutions to [Advent of Code 2024](https://adventofcode.com/2024)
## Building and running
The programs expect input from stdin. The easiest way to compile and run the programs are as follows:
```sh
ghc -dynamic silver.hs
./silver