Implement `countAnagrams(s, p)` returning how many start indices in `s` begin a substring that is an anagram of `p`.
Run your code to see results.