mirror of
https://github.com/anthonyoteri/advent-of-code-2023.git
synced 2026-06-05 21:06:53 -04:00
@@ -0,0 +1,15 @@
|
||||
use day_12::*;
|
||||
|
||||
fn main() {
|
||||
divan::main();
|
||||
}
|
||||
|
||||
#[divan::bench]
|
||||
fn part1() {
|
||||
part1::process(divan::black_box(include_str!("../test-input.txt"))).unwrap();
|
||||
}
|
||||
|
||||
#[divan::bench]
|
||||
fn part2() {
|
||||
part2::process(divan::black_box(include_str!("../test-input.txt"))).unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user