Files
llgo/_demo/gotime/time.go
2024-06-27 00:51:21 +08:00

8 lines
75 B
Go

package main
import "time"
func main() {
println(time.Now().String())
}