hw03 - Intro to C


From Linux on the GL machine:
Modify the hello.c program to print out a limerick.
You do NOT need to write your own, you can use someone else's
The limerick should LOOK like a limerick, ie, your program should print out 5 lines.

For example:
The limerick packs laughs anatomical
In space that is quite economical,
But the good ones I've seen
So seldom are clean,
And the clean ones so seldom are comical.

*** Do NOT include any extra double quotes in your limerick ! ! !