day 04
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# 31705549
|
||||
|
||||
import re
|
||||
|
||||
def read_input(filename):
|
||||
|
||||
@ -1,9 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# 31705549
|
||||
|
||||
import re
|
||||
|
||||
|
||||
def read_input(filename):
|
||||
with open(filename) as f:
|
||||
for line in f:
|
||||
|
||||
Reference in New Issue
Block a user