8 lines
67 B
Go
8 lines
67 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("v3.0.0")
|
|
}
|