Advertisement
ExusAltimus

Computer_Main

Apr 25th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local args = {...}
  2. local modem = peripheral.wrap( "right" )
  3. print(modem)
  4.  
  5. local monitor= peripheral.wrap( "left" )
  6. monitor.write( "Hello World!" )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement