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