Advertisement
minimite

thing

Sep 28th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. local open = fs.open("hw", "w")
  2. open.write('print("Hello, world!")')
  3. open.close()
  4. print("Run hw to boot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement