bbj2/client/cmd/main.go
2022-04-10 21:32:02 -05:00

8 lines
72 B
Go

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