Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Nepomuceno/adventofcode2023

Repository files navigation

Advent Of Code 2023

Solving the Advent of code 2023 https://adventofcode.com/2023/

This year in python 🐍

How to run

parameters:

  • --day: the day of the challenge (default: today)
  • --solve: solve the challenge (if not specified, the input is printed)
  • --second: solve the second part of the challenge (if not specified, the first part is solved)

Examples

python3 main.py --day 1 --solve --second
python3 main.py --day 2
python3 main.py --day 3 --solve

Input Format

Copy the input directly form the website in the file input.txt in the folder of the day.

VSCode

There is a launch configuration for VSCode in .vscode/launch.json that allows to run the script with the debugger.

About

Advent of code 2023 https://adventofcode.com/2023/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages