7 lines
71 B
Go
7 lines
71 B
Go
//go:build !solution
|
|
|
|
package tour1
|
|
|
|
func Tour() string {
|
|
return ""
|
|
}
|