Added more whitespace

master
sgoudham 4 years ago
parent 497786d27c
commit 2236127a91
No known key found for this signature in database
GPG Key ID: EF51A29A50FB754C

@ -4,6 +4,7 @@ import java.util.Scanner;
public class CardMain { public class CardMain {
public static void main(String[] args) { public static void main(String[] args) {
/* Play Sevens */ /* Play Sevens */
Sevens sevens = new Sevens(); Sevens sevens = new Sevens();
sevens.shuffle(); sevens.shuffle();

Loading…
Cancel
Save