5 lines
60 B
Go
5 lines
60 B
Go
package main
|
|
|
|
func main() {
|
|
println("not released yet!")
|
|
}
|