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