Sign in
◑
Theme
go
/
tour
/
1631c208f723828abbecbd92bdceb4000b0042e1
/
.
/
content
/
basics
/
exported-names.go
blob: 1eec5cb7b91bc9d47ca8c73fcb7346daca768edb [
file
]
// +build no-build OMIT
package main
import (
"fmt"
"math"
)
func main() {
fmt.Println(math.pi)
}