types.go 291 B

123456789101112131415161718
  1. package controller
  2. type Controller struct {
  3. Blocks []int
  4. Row1 string
  5. Row2 string
  6. Row3 string
  7. Row4 string
  8. Row5 string
  9. Row6 string
  10. Row7 string
  11. Row8 string
  12. Row9 string
  13. Solutions []string
  14. NumCPUs int
  15. Split int
  16. Part int
  17. }