Skip to content

ShadowMitia/adventofcode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

My answers to https://adventofcode.com/2020 in Rust

Usage

You just need to have a stable Rust compiler and run :

cargo run

This will run all the implemented days and give you the result.

Each day also has tests which you can run with

cargo test

Progress

  • Day 1 - DONE
  • Day 2 - DONE
  • Day 3 - DONE
  • Day 4 - DONE
  • Day 5 - DONE
  • Day 6 - DONE
  • Day 7 - TODO
  • Day 8 - Part 1
  • Day 9 - DONE
  • Day 10 - TODO
  • Day 11 - TODO
  • Day 12 - TODO
  • Day 13 - TODO
  • Day 14 - TODO
  • Day 15 - TODO
  • Day 16 - TODO
  • Day 17 - TODO
  • Day 18 - TODO
  • Day 19 - TODO
  • Day 20 - TODO
  • Day 21 - TODO
  • Day 22 - TODO
  • Day 23 - TODO
  • Day 24 - TODO
  • Day 25 - TODO

About

My answers to https://adventofcode.com/2020 in Rust

Topics

Resources

Stars

Watchers

Forks

Languages