Skip to content

warbaque/adventofcode-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020 solutions (Python)

Example usage

fetch puzzle input from aoc

❯ helpers/get-input 3

solve

❯ ./solutions.py solver day3

solve all

❯ ./solutions.py all_days

submit solution to aoc

❯ helpers/submit 11 part2

aoc credentials (helpers/.env) used by helpers/get-input and helpers/submit

SESSION_TOKEN=<AOC SESSION TOKEN>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published