Day 11 - Part 1

This commit is contained in:
2019-12-11 16:31:06 -05:00
parent e7076eb1c3
commit e701736f4a
2 changed files with 45 additions and 5 deletions

View File

@@ -96,9 +96,7 @@ namespace Advent
_setPhase = true;
var writeValue = _memory[_instructionPointer + 1];
SetValue(inputValue, _memory[_instructionPointer + 3], mode3);
SetValue(inputValue, _memory[_instructionPointer + 1], mode1);
_instructionPointer += 2;