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: 3 months ago
JSON representation
Srid's solutions to Advent of Code 2019 in Haskell
- Host: GitHub
- URL: https://github.com/srid/aoc2019
- Owner: srid
- Created: 2019-12-01T16:13:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T18:46:45.000Z (about 6 years ago)
- Last Synced: 2024-12-27T01:07:49.505Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2019, haskell, nix
- Language: Haskell
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)