mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2025-10-15 03:36:39 +02:00
AoC 2020: day21: removed unused global variable
Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
@@ -9,8 +9,6 @@ trh fvjkl sbzzf mxmxvkd (contains dairy)
|
|||||||
sqjhc fvjkl (contains soy)
|
sqjhc fvjkl (contains soy)
|
||||||
sqjhc mxmxvkd sbzzf (contains fish)"""
|
sqjhc mxmxvkd sbzzf (contains fish)"""
|
||||||
|
|
||||||
TOP, RIGHT, BOTTOM, LEFT = 0, 1, 2, 3
|
|
||||||
|
|
||||||
def read_input(input_path: str) -> str:
|
def read_input(input_path: str) -> str:
|
||||||
"""take input file path and return a str with the file's content"""
|
"""take input file path and return a str with the file's content"""
|
||||||
with open(input_path, 'r') as input_file:
|
with open(input_path, 'r') as input_file:
|
||||||
|
Reference in New Issue
Block a user