town/cmd/help/main.go

8 lines
65 B
Go

package main
import "fmt"
func main() {
fmt.Println("TODO")
}