Fix missing dependency in template.

This commit is contained in:
Bill Thiede 2021-12-01 21:13:30 -08:00
parent ccc258bcb2
commit e5815a6784

View File

@ -1,3 +1,5 @@
use aoc_runner_derive::{aoc, aoc_generator};
#[aoc_generator(dayX)]
fn parse(input: &str) -> Vec<u32> {
todo!("parse")