numeric separators
This commit is contained in:
parent
b4e2592c81
commit
f4e7713231
|
@ -141,8 +141,8 @@ Monkey 3:
|
||||||
)"
|
)"
|
||||||
};
|
};
|
||||||
auto const input = Parse(in);
|
auto const input = Parse(in);
|
||||||
CHECK(Part1(input) == 10605);
|
CHECK(Part1(input) == 10'605);
|
||||||
CHECK(Part2(input) == 2713310158);
|
CHECK(Part2(input) == 2'713'310'158);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user