mirror of
https://github.com/wezm/advent-of-code.git
synced 2026-07-25 18:46:15 +00:00
My advent of code solutions
- Rust 85.2%
- Gleam 10.4%
- Ruby 2.4%
- C++ 1.4%
- Awk 0.4%
- Other 0.2%
| 2017/day | ||
| 2018 | ||
| .gitignore | ||
| README.md | ||
My advent of code solutions
My approach to these is:
- Don't look at any other solutions until I've done my own
- Don't update solution after looking at other solutions
- Whilst not an explicit goal most if not all solutions just use Rust and the standard library