aoc2024/day-16/internal/one/move.go

7 lines
55 B
Go
Raw Permalink Normal View History

2024-12-17 01:58:33 +00:00
package one
type move struct {
node node
cost int
}