Advertisement
Picko

main.c

Apr 8th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.23 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <windows.h>
  4. #include <string.h>
  5. int main() {
  6. turnOn();
  7. draw();
  8. turnLeft();
  9. movek();
  10. if (frontIsClear()) {
  11. turnLeft();
  12. }
  13. turnRight();
  14. turnOff(0);
  15. return (EXIT_SUCCESS);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement