Skip to content

Commit aaf79ad

Browse files
committed
Remove redundant properties
1 parent a9ccfb7 commit aaf79ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

day10/src/day10.groovy

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ record Vec2(int x, int y) {}
55
class TopoMap {
66
private List<List<Integer>> values
77

8-
int part1 = 0
9-
int part2 = 0
10-
118
TopoMap(List<List<Integer>> values) {
129
this.values = values
1310
}

0 commit comments

Comments
 (0)