Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srid/aoc2019
- Owner: srid
- Created: 2019-12-01T16:13:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T18:46:45.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T15:06:31.164Z (3 months 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)