Skip to content

My solutions for Advent of Code 2021, written in Python 3.

Notifications You must be signed in to change notification settings

cycleseven/advent-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

My solutions for Advent of Code 2021, written in Python 3.

Running a solution

Solutions expect input via stdin. So for example, to run the solution for day 1, part 1...

cd 01
python3 part_1.py < input

About

My solutions for Advent of Code 2021, written in Python 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages