/* * RomanNumeralGame.java * * This file contains a sample game for * playing with Roman Number objects. * * CS112 * * Christine Papadakis-Kanaris * */ public class RomanNumeralGame { public static String gameName = "RomanNumeralGame"; public static void main( String[] args ) { } } // class