Skip to content

kristian-ebstrup/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

This repository contains my python3 solutions to the Advent of Code 2021 problems. The amount of documentation is directly correlated with the perceived complexity of the particular problem.

Select and run

Run selector.py and input the days and parts of interest. It supports a list of days using comma as a separator:

python3 selector.py days

For example, running days 1 through 3 would simply require typing in:

python3 selector.py 1,2,3

Or, alternatively,

./selector.py 1,2,3

About

My Python solutions to the Advent of Code 2021 problems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages