package
0.0.0-20241126132414-a6474f9c9b52
Repository: https://github.com/talgat-ruby/exercises-go.git
Documentation: pkg.go.dev

# README

Problem 5

Create a function to return the amount of potatoes there are in a string.

potatoes("potato") // 1

potatoes("potatopotato") // 2

potatoes("potatoapple") // 1