expand template a bit
This commit is contained in:
parent
a700461024
commit
3f21aab6d7
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ def get_lines(filename: str) -> list:
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
pass
|
lines = get_lines("test-input.txt")
|
||||||
|
# lines = get_lines("input.txt")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue