Advertisement
Guest User

startup

a guest
Dec 19th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local time = os.time()
  2. local formattedTime = textutils.formatTime(time, false)
  3. local monitor = peripheral.wrap("left")
  4.  
  5. monitor.write("Willkommen in AQG")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement