gridpathingtest/sauce/cell.go

6 lines
53 B
Go
Raw Normal View History

2024-02-02 15:59:24 -08:00
package sauce
type Cell struct {
Hueristic uint8
}