Skip to content

luiscarlin/advent-of-code-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2016

My solutions to Advent of Code 2016.

Get Started

# setup python environment
virtualenv -p python3 .py3env && source .py3env/bin/activate && pip install -r requirements.txt

# set some env vars
cat <<EOF >.env
COOKIE=your AoC cookie
YEAR=year of AoC
EOF

# get input for day 1 (or any other day)
python ./get_input.py 1 > 1.in

Releases

No releases published

Packages

No packages published

Languages