
class CSTest {
	public static void main (String[] args) {

		CardSuit d = CardSuit.Diamond;

		System.out.println(d);

	}
}
