public class MainCard {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		//use the code below eventually
		//Before then, write code here to test the CardOrder class
		//CardInteraction cf = new CardInteraction();
		//cf.run();
		CardInteraction cardInteraction = new CardInteraction();
		cardInteraction.run();
	}

}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: