Package jimmm.data

Examples of jimmm.data.Deck


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());
   
  }
View Full Code Here

TOP

Related Classes of jimmm.data.Deck

Copyright © 2018 www.massapicom. 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.