Skip to content

153957/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Solutions to Advent of Code puzzels.

Includes all example input and tests to verify the matching example result is produced.

Run tests using:

make tests

To get your personal result for a specific day, first download the input and save it as a plain text file in the inputs directory using the path format {year}/day{number}.txt. Then run the following command:

python -m aoc{year}.day{number}

For example:

python -m aoc2022.day2

About

Solutions for Advent of Code puzzels

Resources

License

Stars

Watchers

Forks