7 BILLION HUMANS

Level 15: Shred Lines

Shortest and Fastest Program

-- 7 Billion Humans (2144) --
-- Level 15: Shred Lines --
-- Shortest Program: 9 Commands --
-- Fastest Program: 23 Seconds --
a:
b:
step n
if n != datacube:
    jump b
endif
pickup n
c:
step s
if s != shredder:
    jump c
endif
giveto s
jump a
Back