Browse Source

Comment update

pull/3/head
Ryan Reed 3 years ago
parent
commit
afcf3e81e2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      puzzles/day02.py

+ 1
- 1
puzzles/day02.py View File

@ -4,7 +4,7 @@ Advent of Code 2021 - Day 02
Run with: Run with:
python puzzles/day02.py inputs/day02.txt 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 import pathlib


Loading…
Cancel
Save