Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.22 KB

Advent of Code

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

Personal Rules

These are entirely self-imposed, for my own challenge and enjoyment, and not part of AoC itself.

  1. Solve all events and puzzles in order, without skipping any.
  2. Use a single unique programming language to solve each event.
  3. Use only the language's standard library, within reason*.
  4. 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

Setup Notes

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.