Update OpCode1.scala

This commit is contained in:
kamoshi 2019-12-09 22:26:29 +01:00 committed by GitHub
parent 0ef4113ccb
commit 964bbadfad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
package intcode.opcode
/** Sum */
/** Add */
case object OpCode1 extends Action
{
/** length of an instruction */