/*
 * CS312 Assignment 1.
 * On my honor, <NAME>, this programming assignment is my own work.
 *
 * A program to print out the lyrics to the
 * children's song, "There was an old woman".
 *
 *  Name:
 *  email address:
 *  UTEID:
 *  Section 5 digit ID:
 *  Grader name:
 */

public class Song {


    // print out the lyrics of "There was an old woman ... "
    public static void main(String[] args) {
    
    }
}
