Advertisement
asteroidsteam

namea

Apr 2nd, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. print("Please Enter Your Name: ")
  2. local a = io.read()
  3. print("Hello "..a.."!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement