This commit is contained in:
Peter Hudec
2024-12-04 07:49:54 +01:00
parent 1816f5cca9
commit 76a59e48e1
7 changed files with 259 additions and 5 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env python
# 31705549
import re
def read_input(filename):

View File

@ -1,9 +1,7 @@
#!/usr/bin/env python
# 31705549
import re
def read_input(filename):
with open(filename) as f:
for line in f: