Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public class ChujWdupe
  2. {
  3. private int position;
  4. {
  5. public void getPosition()
  6. {
  7. return this.position;
  8. }
  9.  
  10. public void goToYourFuckinPosition()
  11. {
  12. int myPosition = this.getPosition();
  13.  
  14. while (myPosition < 6)
  15. {
  16. this.left();
  17. }
  18. while (myPosition > 6)
  19. {
  20. this.right();
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement