day 1 - part 1 - refactoring

This commit is contained in:
Stanislas Jouffroy 2024-12-02 11:16:39 +01:00
parent 4bdbcdbb56
commit 42f3bcc63e
3 changed files with 6 additions and 6 deletions

View file

@ -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))