summaryrefslogtreecommitdiff
path: root/go/food-chain/food_chain.go
blob: ce651a840700622b4ec4e3cf1d7d41ffd4dbcc9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package foodchain

const testVersion = 2

func Verse(n int) string {
	return ""
}

func Verses(a, b int) string {
	return ""
}

func Song() string {
	return ""
}