Skip to content

Instantly share code, notes, and snippets.

@liorean
Created August 18, 2018 20:00
Show Gist options
  • Save liorean/0bf2fe61a687e9a8263894c32b1871cb to your computer and use it in GitHub Desktop.
Save liorean/0bf2fe61a687e9a8263894c32b1871cb to your computer and use it in GitHub Desktop.
Human Resource Machine Year 13 Equalization Room solution 1
-- HUMAN RESOURCE MACHINE PROGRAM --
JUMP b
a:
COPYFROM 0
OUTBOX
b:
c:
INBOX
COPYTO 0
INBOX
SUB 0
JUMPZ a
JUMP c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment