#include <iostream> #include "printBeerVerse.h" using namespace std; // oh, just a quick'n'dirty test of printBeerVerse.... // // by: Sharon M. Tuttle // last modified: 10-28-03 int main() { // test calls to beer verse function printBeerVerse(89); printBeerVerse(1); return 0; }