1
0

main runner with more meaningless output

This commit is contained in:
2024-12-02 20:43:55 +01:00
parent 26530738dc
commit 283c49a7d8
2 changed files with 30 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ mod test {
fn test1() {
assert_eq!(part1(TEST_INPUT), 0);
}
#[test]
fn test2() {
assert_eq!(part2(TEST_INPUT), 0);