parent
e36a0cc988
commit
de2ab24e57
@ -0,0 +1,6 @@ |
|||||||
|
#!/usr/bin/env python |
||||||
|
|
||||||
|
from aoc import get_input |
||||||
|
data = get_input(1).splitlines() |
||||||
|
|
||||||
|
print(data) |
Loading…
Reference in new issue