This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
advent-of-code-2021
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Activity
Browse Source
Comment update
pull/3/head
Ryan Reed
3 years ago
parent
a15bfb9416
commit
afcf3e81e2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
puzzles/day02.py
+ 1
- 1
puzzles/day02.py
View File
@ -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
Write
Preview
Loading…
Cancel
Save