change year
This commit is contained in:
parent
2a65a36f09
commit
a700461024
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# https://adventofcode.com/2022/day/
|
# https://adventofcode.com/2023/day/
|
||||||
|
|
||||||
def get_lines(filename: str) -> list:
|
def get_lines(filename: str) -> list:
|
||||||
with open(filename, "r") as file:
|
with open(filename, "r") as file:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue