shad-go/tour0/tour.go

7 lines
71 B
Go

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