aoc/2015/eight/solution.py
2025-05-01 12:38:17 +03:00

6 lines
No EOL
91 B
Python

import sys
with open("./input", "r") as file:
strings = file.read().split("\n")
x = 0