Package jimmm.test

Source Code of jimmm.test.CardAndDeckTest

package jimmm.test;

import jimmm.data.Deck;

public class CardAndDeckTest {

  public static void main(String[] args) {
    Deck d = new Deck();
    System.out.println(d);
    System.out.println(d.getDeckSize());
   
  }

}
TOP

Related Classes of jimmm.test.CardAndDeckTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.