6 lines
82 B
Rust
6 lines
82 B
Rust
use advent2020;
|
|
|
|
use aoc_runner_derive::aoc_main;
|
|
|
|
aoc_main! { lib = advent2020 }
|