Advertisement
Guest User

Untitled

a guest
May 25th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BOO 0.29 KB | None | 0 0
  1. codeMonkey = CodeMonkey()
  2. codeMonkey.DrinkCoffee()
  3.  
  4. if (codeMonkey.Job()):
  5.     thought = codeMonkey.Meeting(Manager: Managers.Rob)
  6.     thought.IsBoring = true
  7.     manager = thought.Write(Pages.Login)
  8.  
  9. codeMonkey.Like(("Fritos", "Tab", "MountainDew", ));
  10. codeMonkey.Man = PersonType.VerySimple;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement