Overall, an easy start. I spent more time setting up the repo structure and the file loader than anything else. The problem itself was really straight-forward - sort and compare. The second part could be done with sorted lists, but making a map and looking up its counts reads cleaner to me.