Skip to content

Instantly share code, notes, and snippets.

@alexejVasko
Created February 14, 2016 19:27
Show Gist options
  • Save alexejVasko/c3641d90b918d197ceba to your computer and use it in GitHub Desktop.
Save alexejVasko/c3641d90b918d197ceba to your computer and use it in GitHub Desktop.
package subsrtringZakreplenije;
public class PoleBoja {
public static void main(String[] args) {
System.out.println("B B B B B B B B B");
System.out.println("C B W B W B C");
System.out.println("B B B W B W B B B");
System.out.println("R R B B B B B R R");
System.out.println("B B B B B B B B B");
System.out.println("B B B B B B");
System.out.println("B B R B B B");
System.out.println("B B B B B B");
System.out.println("B B T B E B B B B");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment