mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Finally remove the second intcode implementation.
This commit is contained in:
@@ -41,7 +41,7 @@ TEST(Intcode, TestImmediateLess) {
|
||||
}
|
||||
|
||||
TEST(Intcode, TestComplicatedConditional) {
|
||||
const std::vector<int> program = {3, 21, 1008, 21, 8, 20, 1005, 20, 22, 107, 8, 21, 20, 1006, 20, 31,
|
||||
const std::vector<std::int64_t> program = {3, 21, 1008, 21, 8, 20, 1005, 20, 22, 107, 8, 21, 20, 1006, 20, 31,
|
||||
1106, 0, 36, 98, 0, 0, 1002, 21, 125, 20, 4, 20, 1105, 1, 46, 104,
|
||||
999, 1105, 1, 46, 1101, 1000, 1, 20, 4, 20, 1105, 1, 46, 98, 99};
|
||||
auto pcopy = program;
|
||||
|
||||
Reference in New Issue
Block a user