Skip to content

Instantly share code, notes, and snippets.

@ashap5
Created September 5, 2021 10:25
Show Gist options
  • Save ashap5/cb3f20a4a7647774fedbad617315a13a to your computer and use it in GitHub Desktop.
Save ashap5/cb3f20a4a7647774fedbad617315a13a to your computer and use it in GitHub Desktop.
rednet.open("left")
while true do
local id, message = rednet.receive()
print(("Computer %d sent message %s"):format(id, message))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment