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

commit 2f9f40ed083eb956745321ca73bf40238b2407d3
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date:   Thu,  1 Dec 2022 08:52:16 -0800

Introductory README

Diffstat:
AREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,8 @@ +# Advent of Code, 2022 + +Last year I completed my first Advent of Code in Python, a language that I once +knew well, but in which I'd become a bit rusty. This year, I'm plannint to +attempt to solve the puzzles in Julia, a language that looks neat but which I +don't know at all. So please forgive the use of non-idiomatic code as I start +to get my bearings. Hopefully I'll be doing better by the end of the month. +