Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. public class Tanks1 {
  3.  
  4. public static void main(String[] args) {
  5. System.out.println("BBBBBBBBB");
  6. System.out.println("C W W C");
  7. System.out.println("BB BB W ");
  8. System.out.println("T W BB B");
  9. System.out.println(" R R ");
  10. System.out.println(" W R ");
  11. System.out.println(" BW W ");
  12. System.out.println(" R BBB B ");
  13. System.out.println(" BEB ");
  14.  
  15. }
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement