Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.67 KB | None | 0 0
  1. public class UselessPOS
  2. {
  3.  
  4.  
  5.     public static void main(String[] args)
  6.     {
  7.        
  8.                
  9.         System.out.println("i cant wait to be a useless piece of shit all day and play all these games");
  10.         System.out.println("FUCK IM FALLING DOWN ALL THESE STAIRS");
  11.         int GEROMY = 413;
  12.        
  13.         if(GEROMY == 413)
  14.         {
  15.             GEROMY = 0;
  16.        
  17.        
  18.         while(GEROMY < 612)
  19.         {
  20.             System.out.println("IT KEEPS HAPPENING");
  21.             GEROMY++;
  22.             if (GEROMY%10 == 0)
  23.             {
  24.                 System.out.println("I WARNED YOU ABOUT STAIRS BRO!!!");
  25.                 System.out.println("I TOLD YOU DOG!");
  26.                 System.out.println("I TOLD YOU MAN ");
  27.                 System.out.println("I TOLD YOU ABOUT STAIRS!");
  28.                
  29.  
  30.             }
  31.         }
  32.     }
  33.  
  34.     }
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement