tind/examples/main.go

8 lines
81 B
Go

package main
import "log"
func main() {
log.Println("Running the examples")
}