/**
 * @author  <Your name here>
 * @version <Date>
 * CS305J Assignment 3.
 * On my honor, <NAME>, this programming assignment is my own work.
 * 
 * 
 * A program to print out a rocket ship.
 * 
 * Slip days information.
 * Number of slip days I am using on this assignment:
 * Number of slip days I think I have so far this semester
 * including this assignment:
 */
public class Rocket {

	public static void main(String[] args){

	}
}
