parent
3cc098d39b
commit
ac66207e02
@ -0,0 +1,7 @@ |
||||
#!/usr/bin/env python |
||||
|
||||
from aoc import get_input # AoC |
||||
import re # regex |
||||
|
||||
data = get_input(DAY) |
||||
|
@ -1,6 +0,0 @@ |
||||
#!/usr/bin/env python |
||||
|
||||
from aoc import get_input |
||||
data = get_input(1).splitlines() |
||||
|
||||
print(data) |
Loading…
Reference in new issue