Delete Output.scala

This commit is contained in:
kamoshi 2019-12-09 22:25:23 +01:00 committed by GitHub
parent 9723194cb9
commit f1c749b744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
package intcode.opcode
trait Output extends OpCode
{
/** Executes instruction for given parameters and modes */
def output(tape: Array[Long], relative: Long, param1: Long, mode1: Int): Long
}