Created
October 30, 2015 23:28
-
-
Save simonwhitaker/455ab01c47d4d1f37630 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A solution to http://david-peter.de/parachuting-robots/ | |
# | |
# Bonus points for only using three of the four available instructions?? | |
start: left | |
skipNext | |
goto start | |
loop: left | |
left | |
goto loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment