38 lines
656 B
Nix
38 lines
656 B
Nix
{
|
|
day1 = {
|
|
part1 = "53194";
|
|
part2 = "54249";
|
|
checkHaskell = true;
|
|
checkBash = true;
|
|
checkRust = true;
|
|
};
|
|
day2 = {
|
|
part1 = "2406";
|
|
part2 = "78375";
|
|
checkHaskell = true;
|
|
checkBash = true;
|
|
checkRust = true;
|
|
};
|
|
day3 = {
|
|
part1 = "531932";
|
|
part2 = "73646890";
|
|
checkHaskell = true;
|
|
checkBash = false;
|
|
checkRust = false;
|
|
};
|
|
day4 = {
|
|
part1 = "20667";
|
|
part2 = "5833065";
|
|
checkHaskell = true;
|
|
checkBash = false;
|
|
checkRust = false;
|
|
};
|
|
day5 = {
|
|
part1 = "462648396";
|
|
part2 = "2520479";
|
|
checkHaskell = true;
|
|
checkBash = false;
|
|
checkRust = false;
|
|
};
|
|
}
|