Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 362 Bytes

Advent of Code 2023

usage: main.py [-h] day part input

positional arguments:
  day         day of challenge
  part        part 1 or 2
  input       input file relative to the day's folder

options:
  -h, --help  show this help message and exit

For example, to run day 1, part 2, with the input file input.txt:

python main.py 1 2 input.txt