~thecatster/advent-of-code

All my solutions through the years of advent to code, stored here and mirrored to GitHub @TheCatster.
Restructure 2022 again
Add 2022 day 1 in Rust
Update for AoC 2022

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~thecatster/advent-of-code
read/write
git@git.sr.ht:~thecatster/advent-of-code

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

#Advent of Code

All my solutions through the years of advent to code, mirrored from Sourcehut @thecatster.

There is a shell script included to automatically run all the various languages based on year, day, and language file extension. The script is not designed to accomodate everyone's setup, so look at it before running.

The currently supported languages in the script are:

  • C++ (The one I focus most on here)
  • Rust (I try to port my C++ solutions to Rust fairly quickly)
  • Kotlin (And I do the solutions in Kotlin if I have time)

This is way better than having a half dozen different repos for all this!