Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srid/aoc2019

Srid's solutions to Advent of Code 2019 in Haskell
https://github.com/srid/aoc2019

advent-of-code advent-of-code-2019 haskell nix

Last synced: 25 days ago
JSON representation

Srid's solutions to Advent of Code 2019 in Haskell

Awesome Lists containing this project

README

        

# Srid's solutions to Advent of Code 2019

https://adventofcode.com/2019

- Nix-based
- [Self-contained scripts](https://www.srid.ca/haskell-nix.html#haskell-scripts)!

## Running

Install Nix, and then:

``` sh
./01.hs
./02.hs
# etc...
```

## Postmortem

- Day 1: [The simplicity of your `iterate` beats the (relative) complexity of my `unfoldr`.](https://twitter.com/carnivivre/status/1201598078429597696)