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

https://github.com/willguimont/advent

Advent of Code
https://github.com/willguimont/advent

advent-of-code

Last synced: 10 months ago
JSON representation

Advent of Code

Awesome Lists containing this project

README

          

# Advent of Code

[Solving Advent of Code](https://adventofcode.com/) in Haskell for fun and profit. Automatically fetches the daily input using [advent-of-code-api](https://hackage.haskell.org/package/advent-of-code-api).

## Running

```bash
stack run
```