7 BILLION HUMANS

Level 11: Injection Sites 1

Shortest Program

-- 7 Billion Humans (2144) --
-- Level 11: Injection Sites 1 --
-- Shortest Program: 5 Commands --
pickup s
a:
step s
if e != datacube or
 c == datacube:
    jump a
endif
drop

Fastest Program

-- 7 Billion Humans (2144) --
-- Level 11: Injection Sites 1 --
-- Fastest Program: 7 Seconds --
pickup s
a:
step s
step s
if e != datacube or
 c == datacube:
    jump a
endif
drop
Back