3 lines
No EOL
73 B
Bash
3 lines
No EOL
73 B
Bash
echo "Hello World!"
|
|
read -p "What is your name? " name
|
|
echo "Hello $name" |