1
0
forked from tildetown/town
town/cmd/help/main.go
2023-06-07 07:12:32 +00:00

8 lines
65 B
Go

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