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

Skip to content

Nepomuceno/adventofcode2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2024

Solving the Advent of code 2024 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages