Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petertseng/adventofcode-hs-2024
Solutions to https://adventofcode.com/2024
https://github.com/petertseng/adventofcode-hs-2024
advent-of-code advent-of-code-2024 advent-of-code-2024-haskell haskell
Last synced: 17 days ago
JSON representation
Solutions to https://adventofcode.com/2024
- Host: GitHub
- URL: https://github.com/petertseng/adventofcode-hs-2024
- Owner: petertseng
- License: apache-2.0
- Created: 2024-12-04T06:54:55.000Z (19 days ago)
- Default Branch: master
- Last Pushed: 2024-12-04T12:36:09.000Z (19 days ago)
- Last Synced: 2024-12-04T13:27:17.241Z (19 days ago)
- Topics: advent-of-code, advent-of-code-2024, advent-of-code-2024-haskell, haskell
- Language: Haskell
- Homepage: https://adventofcode.com/2024
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code
These are my solutions to http://adventofcode.com
All solutions are written in Haskell.
## Input
In general, all solutions can be invoked in both of the following ways:
* Without command-line arguments, takes input on standard input.
* With 1+ command-line arguments, reads input from the first, which must be the path to an input file.
Arguments beyond the first are ignored.Some may additionally support other ways:
None yet.
## Closing thoughts
None yet.
## Past solutions
The [index](https://github.com/petertseng/adventofcode-common/blob/master/index.md) lists all years/languages I've ever done (or will ever do).