mirror of
https://github.com/ckaczor/Advent2019.git
synced 2026-01-14 01:25:36 -05:00
Day 11 - Part 1
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user