Skip to content

maximepeschard/adventofcode2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2018

My attempt at solving the series of programming puzzles from Advent of Code, in (typed) Python.

Running

To run the code for day N and obtain the answers for my input :

python run.py N

Tests

To run tests for day N :

# use --verbose or -v for detailed output
python run.py --tests N

Releases

No releases published

Packages

No packages published

Languages