How did this ZIP file print to my command line when I extracted it?

Solution 1:

Zip archives can contain comments, either per file or for the whole archive. Unix unzip displays this comment by default when you manipulate the file (e.g.: when extracting).

To add a multi-line comment you can use the -z flag

For more information look at the zip manual