/**
 * CS149Style.
 * @author Alvin Chao
 * @version 2-1-19
 * I have abided by the JMU Honor Code.
 */
 
public class CS149Style {

   /**
     * Main.
     * @param args command line arguments.
     */
   public static void main(String[] args) {
      System.out.println("CS149 Style");
   }
}
