Bluemage/go/cmd/bluemage/main.go
2024-08-05 23:06:32 +07:00

8 lines
64 B
Go

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