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