/AoC2021_CPP

Learning C++ by shoehorning features into AoC problems. Don't expect perfect code.

Primary LanguageC++

Sample solutions for AoC problems in C++.

This is for my personal learning effort, so expect things like:

  • Unnecessary additional complexity
  • Unnatural use of some language features
  • Weird stuff that only makes sense because I want to practice using something

But... it works! 😅