Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rolandtritsch/haskell-aoc-2020
Advent of Code 2020 (Haskell Edition)
https://github.com/rolandtritsch/haskell-aoc-2020
advent-of-code haskell
Last synced: about 11 hours ago
JSON representation
Advent of Code 2020 (Haskell Edition)
- Host: GitHub
- URL: https://github.com/rolandtritsch/haskell-aoc-2020
- Owner: rolandtritsch
- License: bsd-3-clause
- Created: 2021-01-03T16:18:08.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2022-01-19T12:58:52.000Z (about 3 years ago)
- Last Synced: 2024-04-16T12:19:40.143Z (10 months ago)
- Topics: advent-of-code, haskell
- Language: Haskell
- Homepage:
- Size: 2.28 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# [Advent of Code](https://adventofcode.com) - 2020 (Haskell Edition)
![GitHub last commit](https://img.shields.io/github/last-commit/rolandtritsch/haskell-aoc-2020)
[![AoC 2020 - Haskell](https://github.com/rolandtritsch/haskell-aoc-2020/actions/workflows/ci.yml/badge.svg)](https://github.com/rolandtritsch/haskell-aoc-2020/actions/workflows/ci.yml)![AoC](https://github.com/rolandtritsch/haskell-aoc-2020/blob/trunk/images/aoc-day25.png?raw=true)
To make this work you need to ...
* install [stack](https://www.haskellstack.org)
* run `stack test`
* run `stack build`
* run `stack exec haskell-aoc-exe`
* run `stack test haskell-aoc:haskell-aoc-test-day00 --file-watch` to test a specific dayThe [documentation](http://tedn.life/haskell-aoc-2020) (with some explanations on the solutions) is on the `gh-pages` branch (that branch gets automatically updated/maintained by the build system).