The Algorithms logoThe Algorithms
About
package builder

type house struct {
	windowType string
	doorType   string
	floor      int
}

House

M