Skip to content

Latest commit

 

History

History

2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Advent of Code 2020

To read input for Day N, substitute %Day N input file% with the name of the txt file in the input folder (without extension):

import aoc_help as aoc
day_input = aoc.get_input('%Day N input file%')

Solutions