Skip to content

noaione/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020 Solution

Will be doing in Python 3 only (and Javascript if I have time).

Tests Status

https://adventofcode.com/2020

Preparing

  1. Get session cookies for your Advent of Code input data.
  2. Run prepare_day.py when the next day unlock (using UTC+7 as it base)
  3. It will generate new folder on src with .js and .py solution file.