public void PositiveJumpInstruction() { var result = _day23.ProcessInstruction("jmp +12"); Assert.AreEqual(12, result); }