Advertisement
lol1234561

Untitled

Feb 10th, 2023
728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.05 KB | None | 0 0
  1. public class Main {
  2.     public static void main(String[] args) {
  3.  
  4.         System.out.println("+-----------------------------------------------------------------+");
  5.         System.out.println("|                                                             ### |");
  6.         System.out.println("|                                                             ### |");
  7.         System.out.println("|                                                             ### |");
  8.         System.out.println("|                                                                 |");
  9.         System.out.println("|                                                                 |");
  10.         System.out.println("|                                             Simon LondoƱo       |");
  11.         System.out.println("|                                             1 Microsoft way     |");
  12.         System.out.println("|                                           Redmond, WA 98104     |");
  13.         System.out.println("+-----------------------------------------------------------------+");
  14.  
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement