Skip to content

shahroudy/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solutions to the puzzles in Advent of Code

I use Python to solve the puzzles.

To be able to run the scripts, you may need to install the provided code as a package:

cd advent_of_code/python
python3 -m pip install -e .

Then you need to cd to each folder and run the scripts from there, e.g.

cd aoc2015/day01
python3 d01.py

About

My solutions to Advent of Code puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages