Skip to content

Commit 9eb6628

Browse files
committed
test to check signing
1 parent 7a271fd commit 9eb6628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2019/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ async fn main() -> Result<()> {
4545
Day::new(24, day24),
4646
Day::new(25, day25),
4747
];
48+
4849
let days = &days[0..18];
4950

5051
Aoc::from_path("../session", 2019)?.run(days).await;

0 commit comments

Comments
 (0)