8 lines
91 B
Go
8 lines
91 B
Go
package conway
|
|
|
|
type GenerationTick struct {
|
|
N int
|
|
Error error
|
|
Message string
|
|
}
|