Files
adventofcode2022/day06/Makefile
2022-12-06 07:14:27 +01:00

11 lines
131 B
Makefile

s1:
python3 part1.py submit
s2:
python3 part2.py submit
d:
python3 part1.py get_input
t1:
pytest part1.py
t2:
pytest part2.py