Stub out initial 2021 runner.

This commit is contained in:
2021-11-30 21:21:32 -08:00
parent 586ab1680c
commit 6a4ec39446
6 changed files with 2201 additions and 0 deletions

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

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