Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncfavier/aoc
Advent of Code solutions in Haskell
https://github.com/ncfavier/aoc
advent-of-code
Last synced: 4 months ago
JSON representation
Advent of Code solutions in Haskell
- Host: GitHub
- URL: https://github.com/ncfavier/aoc
- Owner: ncfavier
- License: isc
- Created: 2020-10-04T11:36:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T17:22:15.000Z (about 1 year ago)
- Last Synced: 2023-12-23T02:37:47.329Z (about 1 year ago)
- Topics: advent-of-code
- Language: Haskell
- Homepage:
- Size: 515 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# λ ho. ho ho
This repository contains my Haskell solutions for some of the [Advent of Code](https://adventofcode.com/) puzzles ([2015](https://github.com/ncfavier/aoc/tree/main/src/2015), [2016](https://github.com/ncfavier/aoc/tree/main/src/2016), [2018](https://github.com/ncfavier/aoc/tree/main/src/2018), [2019](https://github.com/ncfavier/aoc/tree/main/src/2019), [2020](https://github.com/ncfavier/aoc/tree/main/src/2020), [2021](https://github.com/ncfavier/aoc/tree/main/src/2021), [2022](https://github.com/ncfavier/aoc/tree/main/src/2022), [2023](https://github.com/ncfavier/aoc/tree/main/src/2023)). The [`AOC`](https://github.com/ncfavier/aoc/blob/main/src/AOC.hs) module defines shared utility functions.
If you want to chat, you can probably find me in the `#adventofcode`, `#adventofcode-spoilers`, `#adventofcode-help` and `#haskell` channels on [Libera](https://libera.chat/), as **ncf**.
Also check out [glguy](https://github.com/glguy?tab=repositories&q=advent&type=source)'s, [jle](https://github.com/mstksg?tab=repositories&q=advent&type=source)'s, [ephemient](https://github.com/ephemient?tab=repositories&q=aoc&type=source)'s and [mniip](https://github.com/mniip?tab=repositories&q=aoc&type=source)'s solutions (all in Haskell).