/Advent2020

Advent of code 2020 solutions

Primary LanguageRust

Advent 2020

Solution to advent 2020 questions.

The Solution are not meant to be Performance oriented. The intent is to get familiar with Rust Language.

How to run?

Edit main.rs to run call to correct day of run.

The run the program as follows:

cargo r -- ./src/day$number/input.txt