Skip to content

Commit

Permalink
Solve typo on day 25 puzzle
Browse files Browse the repository at this point in the history
Flashky committed Dec 28, 2023
1 parent fae98a3 commit 977923d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ public Snowverload(List<String> inputs) {
graph.addVertex(leftVertex);
for(String rightVertex : rightVertexes) {
graph.addVertex(rightVertex);
graph.addEdge(leftVertex, rightVertex);
}
}

0 comments on commit 977923d

Please sign in to comment.