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