moved to day11 directory
This commit is contained in:
parent
6adfe75f0e
commit
3d6e6397e1
@ -1,7 +1,7 @@
|
|||||||
import functools
|
import functools
|
||||||
|
|
||||||
with open('input.text', 'r') as file:
|
with open('input.text', 'r') as file:
|
||||||
data = file.read()
|
data: str = file.read()
|
||||||
|
|
||||||
stones: dict[int, int] = {}
|
stones: dict[int, int] = {}
|
||||||
for n in data.split():
|
for n in data.split():
|
||||||
Loading…
x
Reference in New Issue
Block a user