From afcf3e81e26ec8f8ed3a5b074096f896478eefd6 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Thu, 2 Dec 2021 19:09:47 -0500 Subject: [PATCH] Comment update --- puzzles/day02.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puzzles/day02.py b/puzzles/day02.py index 264b6f3..74e9318 100644 --- a/puzzles/day02.py +++ b/puzzles/day02.py @@ -4,7 +4,7 @@ Advent of Code 2021 - Day 02 Run with: python puzzles/day02.py inputs/day02.txt -This is overly complicated to keep tests similar while also using dataclasses for learning +This is overly complicated to mess around with classes """ import pathlib