Enable cargo run and use this to run all solutions.

This commit is contained in:
2020-12-06 17:09:04 -08:00
parent 4172592120
commit 8e076c1134
4 changed files with 81 additions and 105 deletions

5
2020/src/main.rs Normal file
View File

@@ -0,0 +1,5 @@
use advent2020;
use aoc_runner_derive::aoc_main;
aoc_main! { lib = advent2020 }