Advertisement
adrianodassis

menu bonitinho

May 1st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. package test;
  2.  
  3. public class Test {
  4.  
  5.     public static void main(String[] args) {
  6.         System.out.println("|▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔|");
  7.         System.out.println("|      MENU DA AGENDA     |");
  8.         System.out.println("|_________________________|");
  9.     }
  10.    
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement