1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
4fef41464e Day02 2019 2020-12-30 19:20:45 +01:00

View File

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