Created
September 8, 2018 00:49
-
-
Save JasonSpine/8d0cff2f2453865df46737fd4b1578c2 to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 60 | Size and Speed
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
-- 7 Billion Humans (2087) -- | |
-- 60: Understaffed Sorting -- | |
a: | |
step w,e | |
if sw == datacube and | |
sw > s and | |
e != worker and | |
w != worker: | |
pickup sw | |
drop | |
pickup s | |
step sw | |
drop | |
step e | |
pickup n | |
drop | |
step n | |
endif | |
jump a | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment