Created
February 14, 2016 19:27
-
-
Save alexejVasko/c3641d90b918d197ceba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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