2020 Day 03, unified headers for 2020

This commit is contained in:
Akumatic
2020-12-03 11:28:00 +01:00
parent 10c048ab41
commit 592513f6b7
6 changed files with 451 additions and 2 deletions

View File

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