Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# aoc-2022-hs
> Advent of Code with Haskell

These 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
```