Advertisement
MrDoyle

A Letter to Yourself

Aug 22nd, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.13 KB | None | 0 0
  1. public class Main {
  2.  
  3.     public static void main(String[] args) {
  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("|                                                            |");
  11.         System.out.println("|                                  Mr Doyle                  |");
  12.         System.out.println("|                                  1 Mind Your Own           |");
  13.         System.out.println("|                                  Business, Neverland       |");
  14.         System.out.println("|                                                            |");
  15.         System.out.println("+------------------------------------------------------------+");
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement