Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c = require("computer")
- x = 19
- while true do
- x = x+1
- c.beep(x)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement