Update things
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package be.vandewalleh.aoc.intcode;
|
||||
|
||||
import java.util.Optional;
|
||||
|
||||
public enum OpCode {
|
||||
Add(1, 3),
|
||||
Multiply(2, 3),
|
||||
|
||||
Reference in New Issue
Block a user