Fix missing dependency in template.
This commit is contained in:
parent
ccc258bcb2
commit
e5815a6784
@ -1,3 +1,5 @@
|
||||
use aoc_runner_derive::{aoc, aoc_generator};
|
||||
|
||||
#[aoc_generator(dayX)]
|
||||
fn parse(input: &str) -> Vec<u32> {
|
||||
todo!("parse")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user