Delete Action.scala

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

View file

@ -1,7 +0,0 @@
package day5.opcode
trait Action extends OpCode
{
/** Executes instruction for given parameters and modes */
def exec(tape: Array[Int], param1: Int, param2: Int, param3: Int, mode1: Int, mode2: Int, mode3: Int)
}