aoc2020/aoclib/output.py
2020-12-01 08:40:31 +01:00

3 lines
101 B
Python

def printSolution(day, part, solution):
print(f"Solution to day {day}, part {part}: {solution}")