Sign in
go
/
tour
/
984ce39053551b6d66482f8a93e12fb480dc1fbf
/
.
/
content
/
basics
/
imports.go
blob: 98544057ac3ef7d6fd4d22c24c6777b1b80dd5d6 [
file
] [
log
] [
blame
]
// +build OMIT
package main
import (
"fmt"
"math"
)
func main() {
fmt.Printf("Now you have %g problems.", math.Sqrt(7))
}