shad-go/tour1/tour.go

7 lines
71 B
Go

//go:build !solution
package tour1
func Tour() string {
return ""
}