Update OpCode9.scala

This commit is contained in:
kamoshi 2019-12-09 22:12:46 +01:00 committed by GitHub
parent f5b859cabc
commit 0937b2cf34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
package intcode.opcode package intcode.opcode
/**
* Finds the value by which the relative base for pointer needs to be modified
*/
case object OpCode9 extends OpCode case object OpCode9 extends OpCode
{ {
/** Find what to add to relative */ /** Find what to add to relative */