Add main.rs to run all solutions and update README.md.

This commit is contained in:
2020-12-06 17:17:56 -08:00
parent 0d6b16a46a
commit 82786157de
2 changed files with 58 additions and 0 deletions

3
src/main.rs Normal file
View File

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