1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
065f874a2c Day02 2019 2020-12-30 19:18:24 +01:00

View File

@ -21,7 +21,7 @@ public class Day02 {
this.input = input.getValue();
}
private long runInterpreterWith(int noun, int verb) {
public long runInterpreterWith(int noun, int verb) {
var interpreter = new IntCodeInterpreter(input);
interpreter.setNoun(noun);
interpreter.setVerb(verb);