mirror of
https://github.com/wezm/advent-of-code.git
synced 2024-11-09 09:22:33 +00:00
9 lines
396 B
Markdown
9 lines
396 B
Markdown
# 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
|
|
|
|
In 2019 I'm optimising for time to completion over code quality in order to limit the amount of time partipating in AoC takes.
|