Skip to content

aborrego3/Advent-of-Code-2020

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Advent of Code 2020

My personal solutions in Python and Rust for this year's Advent of Code.

To run day XX:

  • Python: python days/dayXX.py
  • Rust: cd rust ; cargo run [--release] XX

About

Soluciones Advent of Code 2020

Resources

Stars

Watchers

Forks

Releases

No releases published