Skip to content

Commit

Permalink
implement Song()
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Nov 29, 2023
1 parent adbb1b1 commit 264f104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/food-chain/food_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ func Verses(start, end int) string {
}

func Song() string {
panic("Please implement the Song function")
return Verses(1, 8)
}

0 comments on commit 264f104

Please sign in to comment.