package hw03_frequency_analysis //nolint:golint,stylecheck
func Top10(_ string) []string {
// Place your code here
return nil
}