bustle/cmd/bustle/main.go

8 lines
79 B
Go
Raw Normal View History

2020-06-12 22:25:29 +00:00
package main
import "fmt"
func main() {
fmt.Println("TODO bustle client")
}