Skip to content

gunnihinn/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code

These are my Advent of code solutions.

Run

The directory structure is:

$year/input/$day.txt
$year/src/$day.py

To run a given solution, do:

$ python3 $year/src/$day.py $year/input/$day.txt

About

My solutions to the advent of code problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages