Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- left // these two lines repeated an arbitrary number of times, each repetition
- skipNext // will make it work with 1 more distance between landing locations
- left
- skipNext
- left
- skipNext
- ...
- skipNext
- goto r
- noop: goto noop
- r: right
- goto r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement