7 BILLION HUMANS

Level 14: Intro to Shredding

Shortest Program

-- 7 Billion Humans (2144) --
-- Level 14: Intro to Shredding --
-- Shortest Program: 4 Commands --
pickup s
step s
step s
giveto s

Fastest Program

-- 7 Billion Humans (2144) --
-- Level 14: Intro to Shredding --
-- Fastest Program: 2 Seconds --
if s == datacube:
    pickup s
    step s
    step s
    giveto s
endif
Back