15 lines
177 B
Go
15 lines
177 B
Go
package strategies
|
|
|
|
type EmptyRectangle struct {
|
|
Base
|
|
}
|
|
type UniqueRectangleT1 struct {
|
|
Base
|
|
}
|
|
type UniqueRectangleT4 struct {
|
|
Base
|
|
}
|
|
type UniqueRectangleT7 struct {
|
|
Base
|
|
}
|