Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devries committed Apr 11, 2024
1 parent eb73129 commit 8bef58d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion day22p1/solution.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func parseLine(ln string) Brick {
parts := strings.Split(ln, "~")

return Brick{parseVector(parts[0]), parseVector(parts[1])}

}

func parseVector(v string) Vector {
Expand Down

0 comments on commit 8bef58d

Please sign in to comment.