box-o-sand/conway/generation_tick.go

8 lines
91 B
Go
Raw Normal View History

package conway
type GenerationTick struct {
N int
Error error
Message string
}