Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Bizzycola : Person
- {
- public static void Main(string[] args)
- {
- annoy(People.FindFromName("gamax92");
- }
- public static void annoy(Person person)
- {
- while(true)
- {
- person.bother();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement