Skip to content

Instantly share code, notes, and snippets.

@sharrissf
Created April 25, 2011 15:49
Show Gist options
  • Save sharrissf/940702 to your computer and use it in GitHub Desktop.
Save sharrissf/940702 to your computer and use it in GitHub Desktop.
albums = getAllAlbumsBy(artist);
songs = getAllSongs(artist);
printSongCountHeader(songs.size());
pringAlbumCountHeader(albums.size());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment