Skip to main content
Latest
File
package index
func AbbreviateProduct(left, right int) string {
return abbreviateProduct(left, right)}