advent/2020/src/main.rs

6 lines
82 B
Rust

use advent2020;
use aoc_runner_derive::aoc_main;
aoc_main! { lib = advent2020 }