Skip to content

Instantly share code, notes, and snippets.

@simonwhitaker
Created October 30, 2015 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonwhitaker/455ab01c47d4d1f37630 to your computer and use it in GitHub Desktop.
Save simonwhitaker/455ab01c47d4d1f37630 to your computer and use it in GitHub Desktop.
# 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