Compare commits
1 Commits
065f874a2c
...
4fef41464e
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fef41464e |
@ -21,7 +21,7 @@ public class Day02 {
|
|||||||
this.input = input.getValue();
|
this.input = input.getValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
public long runInterpreterWith(int noun, int verb) {
|
private long runInterpreterWith(int noun, int verb) {
|
||||||
var interpreter = new IntCodeInterpreter(input);
|
var interpreter = new IntCodeInterpreter(input);
|
||||||
interpreter.setNoun(noun);
|
interpreter.setNoun(noun);
|
||||||
interpreter.setVerb(verb);
|
interpreter.setVerb(verb);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user