ot-browser/cmd/ot-browser.go
2021-05-22 20:19:53 +02:00

8 lines
71 B
Go

package main
import "fmt"
func main() {
fmt.Println("ot-browser")
}