/*
  James Little, 29/3/01
  COSC 241
  
  Scrabble.java version1.0
*/

package jlittle_ex5;

/**
 * Scrabble records turn information for a
 * game of scrabble, and then puts that 
 * information in turn order, and prints it.
 */
public class Scrabble {

    public static void main(String [] args){

    }

}
