Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- #include <windows.h>
- #include <string.h>
- int main() {
- turnOn();
- draw();
- turnLeft();
- movek();
- if (frontIsClear()) {
- turnLeft();
- }
- turnRight();
- turnOff(0);
- return (EXIT_SUCCESS);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement