fix: add missing line breaks to scaffold template
This commit is contained in:
parent
34ead1f65e
commit
30670f33fb
1 changed files with 2 additions and 0 deletions
|
@ -19,12 +19,14 @@ fn main() {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_part_one() {
|
||||
use aoc::read_file;
|
||||
let input = read_file("examples", DAY);
|
||||
assert_eq!(part_one(&input), 0);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_part_two() {
|
||||
use aoc::read_file;
|
||||
|
|
Loading…
Add table
Reference in a new issue