Skip to content

sweh/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Solutions for the puzzles at https://adventofcode.com/.

You will need your Session ID, get it from the cookie in your browser and save it to a .session file in this repository.

Create a python3 venv and install requirements:

$ python3 -m venv .
$ bin/pip install -r requirements.txt

The run the puzzles, e.g.:

$ bin/python 2020/01_report_repair.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages