Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 499 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 499 Bytes

Advent Of Code 2020

This is my little christmas holiday project trying to learn Rust by doing this years Advent of Code.

I'm a little limited in my time due to university and work, so I'm already behind the one-puzzle-per-day schedule, but I hope I will get to all the challenges eventually.

Run

Simply git clone this repository and use cargo run <puzzle number> to compute the answer to the challenge of the given day.