An open API service indexing awesome lists of open source software.

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

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: