Easy one today. And on the first day I switched to python

This commit is contained in:
Connor Johnstone
2023-12-14 23:11:11 -07:00
parent d5b3be1b2c
commit b7343dc6d5
8 changed files with 159 additions and 0 deletions

5
day_15/main.py Normal file
View File

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