go-tour/exported-names.go
2020-02-04 21:44:36 -06:00

11 lines
88 B
Go

package main
import (
"fmt"
"math"
)
func main() {
fmt.Println(math.Pi)
}