Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedov committed Dec 6, 2024
1 parent fa88b8e commit 40702fd
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 125 deletions.
2 changes: 1 addition & 1 deletion src/aoc/aoc2024/day_03.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def main(txt: str) -> None:

if __name__ == "__main__":
aoc = Aoc(day=get_day(), years=YEAR)
aoc.run(main, submit=True, part="both", readme_update=True)
aoc.run(main, submit=False, part="both", readme_update=True, profile=True)
Loading

0 comments on commit 40702fd

Please sign in to comment.