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