Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class Senpai {
  2.  
  3. public static void main(String[] args) {
  4. System.out.println("Notice me Senpai");
  5. }
  6. }
  7.  
  8.  
  9.  
  10.  
  11. richard@richard-OMEN-by-HP-Laptop-15-dc0xxx:[~/JavaProjects/NoticeMe] $ java Senpai
  12. Notice me Senpai
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement