Post History
Lua, 35 32 bytes print("Hello, "..io.read().."!") Try it online! Golfed 3 bytes thanks to @Moshi's advice.
Answer
#2: Post edited
# [Lua], 35 bytes- <!-- language-all: lang-lua -->
n=io.read()print("Hello, "..n.."!")[Try it online!][TIO-kt57zxai]- [Lua]: https://www.lua.org/
[TIO-kt57zxai]: https://tio.run/##yylN/P8/zzYzX68oNTFFQ7OgKDOvREPJIzUnJ19HQUlPL09PT0lRSfP/f9/EomwF98yixLS0VAA "Lua – Try It Online"
- # [Lua], <s>35</s> 32 bytes
- <!-- language-all: lang-lua -->
- print("Hello, "..io.read().."!")
- [Try it online!][TIO-kt58lk4n]
- Golfed 3 bytes thanks to [**@Moshi**](https://codegolf.codidact.com/users/53196)'s [advice](https://codegolf.codidact.com/comments/thread/4371#comment-13339).
- [Lua]: https://www.lua.org/
- [TIO-kt58lk4n]: https://tio.run/##yylN/P@/oCgzr0RDySM1JydfR0FJTy8zX68oNTFFQ1NPT0lRSfP/f9/EomwF98yixLS0VAA "Lua – Try It Online"