gridpathingtest/sauce/cell.go
2024-02-02 15:59:24 -08:00

6 lines
53 B
Go

package sauce
type Cell struct {
Hueristic uint8
}