Files
go-2025-winter/main.go
T

11 lines
96 B
Go
Raw Normal View History

2025-12-29 15:59:58 +08:00
package main
import (
"fmt"
"math"
)
func main() {
fmt.Println("You know Pi =", math.Pi)
}