Skip to content

nikdra/AoC2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2020 - Advent of Code 2020

This repository includes my (attempts at) solutions to the Advent of Code 2020 challenges.

Each day has its own directory. The code computing the answers is always called puzzle.py, while the input file is called input.txt.

The code is written in python. I try not to use anything that is not included in base 3.7 python. If I do, I will use pipenv for dependency management.

You can run the solution for day 1 with the following code:

cd day1
python puzzle.py

Note that we assume all inputs are valid i.e., no exception handling is necessary.

About

Advent of Code 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages