Skip to content

🎄 Advent of Code 2023 solutions in python3

License

Notifications You must be signed in to change notification settings

danhalligan/AoC2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2023

CI workflow License Code style

AoC2023 is a python package implementing solutions python solutions for the Advent of Code 2023 problems.

Example

First you need to setup your session ID as this package uses advent-of-code-data to retrieve the data input.

To solve all days (where available) run:

poetry run aoc2023

Or to solve specific day(s) (e.g. days 1 and 5):

poetry run aoc2023 1 5

Releases

No releases published

Packages

No packages published

Languages