blob: 4d1c7dd8a82b024b67c81eb1479c6e1b98c52ed0 [file] [log] [blame]
package main
import (
"fmt"
"math"
)
func main() {
fmt.Println(math.pi)
}