AoC_2021/src/main.rs

4 lines
89 B
Rust

#![feature(int_abs_diff)]
use aoc_runner_derive::aoc_main;
aoc_main! { lib = aoc_2021 }