/**
 * Skeleton file from which to start writing your CS117 code.  
 * 
 * You'll have to replace "Skeleton" with the name of the project that
 * you're working on, both in the first line below this comment and in
 * the filename.
 * 
 */

public class Skeleton {  // remember to change class name to match filename!

    public static void main(String args[]) {

	/* your code goes here! */

    }

}
