From Linux on the GL machine:
Write a C program (see below) and save it in a file called limerick.c in your ./CMSC104/hw3 directory
Compile the program:
gcc -o limerick limerick.c
Run the program to make sure it works:
./limerick
Use the SUBMIT utility turn in the homework.
submit cs104_grasso hw03 limerick.c limerick
- Make sure that you follow all the coding standards
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 ! ! !