aoc21/d14/p2.go
2022-05-11 00:09:37 +03:00

5 lines
69 B
Go

package d14
func P2(in string) int {
return countPolymer(in, 40)
}