Skip to content

Instantly share code, notes, and snippets.

@jmbruel
Created December 17, 2018 10:24
Show Gist options
  • Save jmbruel/0acb2b35dd01a850cac7bd02de51cec3 to your computer and use it in GitHub Desktop.
Save jmbruel/0acb2b35dd01a850cac7bd02de51cec3 to your computer and use it in GitHub Desktop.
CPOA Design pattern course IUT Blagnac
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