These are my solutions to Advent of Code!
| Event | Language | Status | Started | Completed |
|---|---|---|---|---|
| 2015 | Ruby | 🏁 | 2015-12-04 | 2018-11-29 |
| 2016 | Elixir | 🏁 | 2018-12-13 | 2022-08-19 |
| 2017 | Rust | 📝 | 2024-01-29 |
These are entirely self-imposed, for my own challenge and enjoyment, and not part of AoC itself.
- Solve all events and puzzles in order, without skipping any.
- Use a single unique programming language to solve each event.
- Use only the language's standard library, within reason*.
- Include all official example inputs in the project as automated test cases.
* using third-party tools for things like testing or type-checking is fine
I'm currently using asdf to manage tool
versions. Use asdf install to install all required languages at the exact
versions I last tested with. See the event READMEs for setup steps specific to
individual events.