Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/messersm/aoc-2022-hs
Advent of Code with Haskell
https://github.com/messersm/aoc-2022-hs
Last synced: about 2 months ago
JSON representation
Advent of Code with Haskell
- Host: GitHub
- URL: https://github.com/messersm/aoc-2022-hs
- Owner: messersm
- License: mit
- Created: 2022-12-05T20:26:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T18:13:16.000Z (about 1 year ago)
- Last Synced: 2023-12-15T20:03:44.716Z (about 1 year ago)
- Language: Haskell
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc-2022-hs
> Advent of Code with HaskellThese are my solutions to the Advent of Code 2022 using Haskell.
Something like the following should get you going:
```bash
cd aoc-2022-hs
stack run -- --help
# Example:
stack run -- 1 2 input/puzzle-1.txt
```