Skip to content

d02d33pak/Advent-Of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2️⃣5️⃣ Advent of Code 🎄🌟

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

AoC Reference Image


My Solutions in Python3

Fork & Clone or Download and cd into the year and run
python3 main.py
or to run specific day
python3 day_xx
xx = 01, 02,...,25.