Skip to content

My repo for solutions to the adventofcode.com challenges this year

Notifications You must be signed in to change notification settings

Multiamory/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2020

This repo includes python templates for adventofcode.

How to use

After cloning the repo, either run get_input.py in the root directory, or run any of the template files labeled part_01.py or part_02.py. You will be prompted to enter a session ID, which you can find in your browser cookies after logging in to adventofcode.com

Then carry on with solving the challenges however you want!

Folder structure

[YEAR]
  [DAY]
    part_01.py
    part_02.py
    input.txt (this file is generated when you first run one of the scripts)

My answers

I will also be creating a branch with my own answers in it. :-)

About

My repo for solutions to the adventofcode.com challenges this year

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages