Easy one today. And on the first day I switched to python
This commit is contained in:
5
day_15/main.py
Normal file
5
day_15/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