19 lines
291 B
Go
19 lines
291 B
Go
package controller
|
|
|
|
type Controller struct {
|
|
Blocks []int
|
|
Row1 string
|
|
Row2 string
|
|
Row3 string
|
|
Row4 string
|
|
Row5 string
|
|
Row6 string
|
|
Row7 string
|
|
Row8 string
|
|
Row9 string
|
|
Solutions []string
|
|
NumCPUs int
|
|
Split int
|
|
Part int
|
|
}
|