v/main.go

8 lines
67 B
Go
Raw Normal View History

2018-03-03 21:38:16 -08:00
package main
import "fmt"
func main() {
fmt.Println("v1.0.0")
}