Skip to content

Instantly share code, notes, and snippets.

@JavaDeveloper
Created October 7, 2012 12:32
Show Gist options
  • Save JavaDeveloper/3848263 to your computer and use it in GitHub Desktop.
Save JavaDeveloper/3848263 to your computer and use it in GitHub Desktop.
public class Main{
public static void main(String[] argv){
System.out.println("club : \u2663 \u2667");
System.out.println("heard : \u2665 \u2661");
System.out.println("diamond: \u2666 \u2662");
System.out.println("spade : \u2660 \u2664");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment