6 lines
69 B
Go
6 lines
69 B
Go
|
package d14
|
||
|
|
||
|
func P2(in string) int {
|
||
|
return countPolymer(in, 40)
|
||
|
}
|