This commit is contained in:
Mark McGranaghan
2012-09-23 12:53:50 -07:00
parent 6750b72724
commit 618dec4fae
13 changed files with 58 additions and 23 deletions

View File

@@ -1,7 +1,9 @@
// ## Embedding
package main
import "fmt"
import "math"
import "fmt"
type Shape interface {
area() float64