2022 Day 02, fixed link for Day 01

This commit is contained in:
Akumatic
2022-12-02 16:25:36 +01:00
parent ba976e7049
commit 81fa09011f
7 changed files with 2603 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# SPDX-License-Identifier: MIT
# Copyright (c) 2022 Akumatic
#
# https://adventofcode.com/2022/day/01
# https://adventofcode.com/2022/day/1
def read_file(filename: str = "input.txt") -> list:
with open(f"{__file__.rstrip('code.py')}{filename}", "r") as f: