valera/main.go

12 lines
103 B
Go

package main
import "fmt"
const (
version = "v0.1.0"
)
func main() {
fmt.Println("Hello, Go!")
}