Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
mirsella committed Dec 9, 2023
1 parent 22e22bc commit 8f9e90f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion template/input.txt.liquid

This file was deleted.

6 changes: 3 additions & 3 deletions template/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ fn main() {

#[cfg(test)]
mod tests {
const INPUT: &str = "{{example}}";
const INPUT: &str = "";
#[test]
fn part1() {
assert_eq!(super::part1(INPUT), {{example_eq}});
assert_eq!(super::part1(INPUT), todo!());
}
#[test]
fn part2() {
assert_eq!(super::part2(INPUT), {{example_eq}});
assert_eq!(super::part2(INPUT), todo!());
}
}

0 comments on commit 8f9e90f

Please sign in to comment.