https://github.com/janiczek/advent-of-code
(Mostly) Elm solutions for Advent of Code
https://github.com/janiczek/advent-of-code
advent-of-code advent-of-code-2015 advent-of-code-2016 advent-of-code-2017 advent-of-code-2018 advent-of-code-2019 advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 adventofcode elm elm-lang
Last synced: 3 months ago
JSON representation
(Mostly) Elm solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/janiczek/advent-of-code
- Owner: Janiczek
- Created: 2017-11-27T11:05:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T09:48:13.000Z (6 months ago)
- Last Synced: 2025-04-02T20:41:36.608Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2015, advent-of-code-2016, advent-of-code-2017, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, adventofcode, elm, elm-lang
- Language: Elm
- Homepage: http://adventofcode.com
- Size: 1.56 MB
- Stars: 32
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
## Progress
| Day | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 |
| --- | ---- | ---- | ---- | ---- | ---- | ---- | ---- | ---- |
| 1 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 2 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 3 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 4 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 5 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 6 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 7 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 8 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 9 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 10 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 11 | ✔︎ | | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 12 | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 13 | ✔︎ | | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 14 | ✔︎ | | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 15 | ✔︎ | | ✔︎ | | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 16 | ✔︎ | | ✔︎ | | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 17 | ✔︎ | | ✔︎ | | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 18 | ✔︎ | | ✔︎ | | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 19 | ✔︎ | ✔︎⚠︎ | ✔︎ | | ✔︎ | ✔︎ | | ✔︎ |
| 20 | ✔︎ | ✔︎⚠︎ | ✔︎ | | ✔︎ | ✔︎ | ✔︎ | ✔︎ |
| 21 | ✔︎ | ✔︎ | ✔︎ | | ✔︎ | | ✔︎⚠︎ | ✔︎ |
| 22 | ✔︎ | | ✔︎ | | ✔︎ | ✔︎ | | ✔︎ |
| 23 | ✔︎ | ✔︎ | ✔︎ | | ✔︎ | ✔︎⚠︎ | | ✔︎ |
| 24 | ✔︎ | ✔︎ | ✔︎ | | ✔︎ | ✔︎ | | ✔︎ |
| 25 | ✔︎ | | ✔︎ | | ✔︎ | ✔︎ | | ✔︎ |--------
```
$ ./start.sh 2018 01 # makes a new Elm module, copies the puzzle input into it, opens vim and watcher in two tmux panes
```May the error messages lead you towards the right dependencies :smirk: