/**
 * An application in which you implement a linked list.
 *
 * @author YOUR-NAME-HERE.
 *         Created October, 2008.
 */
public class Main {

	/**
	 * Main method for informal testing of your linked list implementation.
	 *
	 * @param args Command-line arguments (ignored here)
	 */
	public static void main(String[] args) {
	}
}