Delete OpCode99.scala

This commit is contained in:
kamoshi 2019-12-06 23:11:50 +01:00 committed by GitHub
parent ea7f41d9aa
commit 3658e1afc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
package day5.opcode
case object OpCode99 extends OpCode {
/** length of an instruction */
override val length: Int = 1
}