Completed day 17. Had to look at some other peoples stuff for guidance though

This commit is contained in:
Connor Johnstone
2023-12-17 01:43:55 -07:00
parent b7343dc6d5
commit 157d1f01b0
20 changed files with 2203 additions and 0 deletions

5
day_17/main.py Normal file
View File

@@ -0,0 +1,5 @@
import part1 as p1
import part2 as p2
# print(p1.run())
print(p2.run())