AdventOfCode2023/src/main.rs

7 lines
165 B
Rust
Raw Normal View History

2023-12-14 09:42:19 -06:00
extern crate advent_of_code_2023;
extern crate aoc_runner_derive;
extern crate aoc_runner;
use aoc_runner_derive::aoc_main;
aoc_main! { lib = advent_of_code_2023 }