We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ccfb7 commit aaf79adCopy full SHA for aaf79ad
day10/src/day10.groovy
@@ -5,9 +5,6 @@ record Vec2(int x, int y) {}
5
class TopoMap {
6
private List<List<Integer>> values
7
8
- int part1 = 0
9
- int part2 = 0
10
-
11
TopoMap(List<List<Integer>> values) {
12
this.values = values
13
}
0 commit comments