Files
advent-of-code-2023/day_17/main.py

6 lines
73 B
Python

import part1 as p1
import part2 as p2
# print(p1.run())
print(p2.run())