advent-of-code-2023/answers.nix
2023-12-01 20:53:46 +01:00

7 lines
62 B
Nix

{
day1 = {
part1 = "53194";
part2 = "54249";
};
}