change year

This commit is contained in:
Heiko Ludwig 2023-12-01 19:46:13 +01:00
parent 2a65a36f09
commit a700461024

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# https://adventofcode.com/2022/day/
# https://adventofcode.com/2023/day/
def get_lines(filename: str) -> list:
with open(filename, "r") as file: