Sign in
go
/
website
/
aaca907f494912f0eda554bdfc2c9cbe97458061
/
.
/
_content
/
tour
/
basics
/
exported-names.go
blob: de393eb0c3d239f9accc9463dfeeef8248b81f4e [
file
] [
log
] [
blame
]
//go:build nobuild || OMIT
package main
import (
"fmt"
"math"
)
func main() {
fmt.Println(math.pi)
}