advent_of_code_2022

My (attempted) solutions to the 2022 Advent of Code
git clone https://git.eamoncaddigan.net/advent_of_code_2022.git
Log | Files | Refs | README

README.md (412B)


      1 # Advent of Code, 2022
      2 
      3 Last year I completed my first Advent of Code in Python, a language that I once
      4 knew well, but in which I'd become a bit rusty. This year, I'm planning to
      5 attempt to solve the puzzles in Julia, a language that looks neat but which I
      6 don't know at all. So please forgive the use of non-idiomatic code as I start
      7 to get my bearings. Hopefully I'll be doing better by the end of the month.
      8