~swaits/aoc2020

Advent of Code 2020
e311dbad — Stephen Waits 2 years ago
actually run day 18 solution
d0986b6f — Stephen Waits 2 years ago
day 18 solutions
90a76629 — Stephen Waits 2 years ago
remove lazy_static for OnceCell’s Lazy<>

refs

mainline
browse  log 

clone

read-only
https://git.sr.ht/~swaits/aoc2020
read/write
git@git.sr.ht:~swaits/aoc2020

You can also use your local clone with git send-email.

#Advent of Code 2020

This is my AoC'20 project.

I'm doing this with a few objectives in mind:

  1. I'm not looking to impress anyone. I prefer to finish over being neat or clever. I didn't finish in 2019 and want to do better this year.
  2. I'm using rust again. My rust skills were never great, but whatever was there at one point has faded away.
  3. I plan to minimize dependencies. I only want to pull in crates when they'll make an objectively large difference. When I can write simple, small functions instead of pulling in a crate, I will.

If you happen to see this and have suggestions on how I can improve my rust, please send them my way!