9 lines
62 B
Go
9 lines
62 B
Go
package main
|
|
|
|
const (
|
|
version = "3.0.0.0"
|
|
)
|
|
|
|
func main() {
|
|
}
|