Sign in
go
/
website
/
0258b1acda43f662e8952a1a2db45d0cc6f5c2ba
/
.
/
_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))
}