feat: add test case list to day template
This commit is contained in:
parent
1a0eb400f3
commit
eafc13993b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ fn parse(s: &str) -> Result<Input> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[aoc(day = {{ day }}, parse = parse)]
|
||||
#[aoc(day = {{ day }}, parse = parse, test_cases = ["day_{{ day }}.txt"])]
|
||||
fn day_{{ day }}(mut input: Input) -> Result<()> {
|
||||
// Part 1
|
||||
println!("Part one: ");
|
||||
|
|
Loading…
Reference in a new issue