day 1 - part 1 - refactoring
This commit is contained in:
parent
4bdbcdbb56
commit
42f3bcc63e
3 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ def compute(data_file: Path) -> int:
|
|||
|
||||
|
||||
def main():
|
||||
file = Path(__file__).parent / "first-input"
|
||||
file = Path(__file__).parent / "input-data"
|
||||
print(compute(file))
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue