Sign in
go
/
website
/
41e922072f17ab2826d9479338314c025602a3a1
/
.
/
_content
/
tour
/
basics
/
imports.go
blob: 8424aca9d8a0b9cc1e81935cd499148dff9bb7f0 [
file
] [
log
] [
blame
]
// +build OMIT
package main
import (
"fmt"
"math"
)
func main() {
fmt.Printf("Now you have %g problems.\n", math.Sqrt(7))
}