1
0

Update things

This commit is contained in:
2021-12-01 19:32:38 +01:00
parent ccfcf5a259
commit 322f8eb45a
53 changed files with 156 additions and 239 deletions
@@ -1,7 +1,5 @@
package be.vandewalleh.aoc.intcode;
import java.util.Optional;
public enum OpCode {
Add(1, 3),
Multiply(2, 3),