shad-go/tour0/tour.go

8 lines
71 B
Go
Raw Normal View History

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