shad-go/tour1/tour.go

8 lines
71 B
Go
Raw Permalink Normal View History

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