Skip to content

Files

Latest commit

 

History

History

2020

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent Of Code 2020

Requirements

Only requirements : pipenv

Actions

Run 1 day :

make run DAY=1

Run all days :

make run-all

Run tests :

make test