This day was pretty easy, though I made a stupid mistake and took too long. Also started way late. But only 13 lines total for part 2
This commit is contained in:
5
day_18/main.py
Normal file
5
day_18/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import part1 as p1
|
||||
import part2 as p2
|
||||
|
||||
# print(p1.run())
|
||||
print(p2.run())
|
||||
Reference in New Issue
Block a user