Skip to content

Instantly share code, notes, and snippets.

@liorean
Created August 18, 2018 20:07
Show Gist options
  • Save liorean/e1b4176e8aa60e438964d2569736d56e to your computer and use it in GitHub Desktop.
Save liorean/e1b4176e8aa60e438964d2569736d56e to your computer and use it in GitHub Desktop.
Human Resource Machine Year 17 Exclusive Lounge solution 1
-- HUMAN RESOURCE MACHINE PROGRAM --
JUMP d
a:
b:
COPYFROM 5
c:
OUTBOX
d:
INBOX
JUMPN f
INBOX
JUMPN a
e:
COPYFROM 4
JUMP c
f:
INBOX
JUMPN e
JUMP b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment