Skip to content

Instantly share code, notes, and snippets.

@ilyaBrandon
Created February 16, 2016 21:04
Show Gist options
  • Save ilyaBrandon/eeef8c644134bdb58093 to your computer and use it in GitHub Desktop.
Save ilyaBrandon/eeef8c644134bdb58093 to your computer and use it in GitHub Desktop.
public class Documents {
public static void main(String[] args) {
System.out.println("B B B B B B B B B");
System.out.println("B C T C B");
System.out.println("BRRR RR RR R RB");
System.out.println("BWW R B");
System.out.println("B WW WW B");
System.out.println("B E B");
System.out.println("B WW WW B");
System.out.println("B C C B");
System.out.println("BWW C R C R C WWB");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment