Created
December 17, 2018 10:24
-
-
Save jmbruel/0acb2b35dd01a850cac7bd02de51cec3 to your computer and use it in GitHub Desktop.
CPOA Design pattern course IUT Blagnac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package cpoa2018; | |
// Initial code from https://www.usna.edu/Users/cs/wcbrown/courses/S15IC211/lec/l03/lec.html | |
public class Player | |
{ | |
int card; | |
double money; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment