advent-of-code-2023/answers.nix

7 lines
62 B
Nix
Raw Normal View History

2023-12-01 13:34:41 +00:00
{
day1 = {
part1 = "53194";
part2 = "54249";
};
}