Advertisement
Guest User

Untitled

a guest
May 11th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.22 KB | None | 0 0
  1. public class Bizzycola : Person
  2. {
  3.     public static void Main(string[] args)
  4.     {
  5.         annoy(People.FindFromName("gamax92");
  6.     }
  7.    
  8.     public static void annoy(Person person)
  9.     {
  10.         while(true)
  11.         {
  12.             person.bother();
  13.         }
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement