README
Mad-libs extra project
Hank Feild
05-Aug-2014

This program will output a mad lib sentence with a set of hard coded parts of
speech.

Before running the program, first compile it:

    gcc -o mad-libs mad-libs.cpp

To run, do:

    ./mad-libs

There is no input.

I did not consult anyone in designing or implementing this project.