7 BILLION HUMANS

Level 21: Big Data

Shortest and Fastest Program

-- 7 Billion Humans (2144) --
-- Level 21: Big Data --
-- Shortest Program: 7 Commands --
-- Fastest Program: 21-29 Seconds --
-- (Note that completion time is affected
-- by the random numbers in this level.)
a:
step s
if s == printer:
    takefrom s
    if myitem < 50:
        giveto sw
    endif
    step ne
endif
jump a
Back