answers.nix: Add answers for day6 and day7

main
Akshay Mankar 2023-12-09 13:31:39 +01:00
parent b281d8e39b
commit bcf1c031d3
Signed by: axeman
GPG Key ID: CA08F3AB62369B89
1 changed files with 14 additions and 0 deletions

View File

@ -34,4 +34,18 @@
checkBash = false;
checkRust = false;
};
day6 = {
part1 = "393120";
part2 = "36872656";
checkHaskell = true;
checkBash = false;
checkRust = false;
};
day7 = {
part1 = "250474325";
part2 = "248909434";
checkHaskell = true;
checkBash = false;
checkRust = false;
};
}