Post History
Background While we do have a "Hello, World!" challenge, we still don't have one regarding input. So let's do one! Challenge Create a program that takes an input (not as a function argument) the...
#3: Post edited
- # Background
- While we do have a ["Hello, World!" challenge](https://codegolf.codidact.com/posts/279147), we still don't have one regarding input. So let's do one!
- # Challenge
Create a program that takes an input (must be standard I/O, not as a function argument) then outputs `Hello, `, the variable and `!` altogether. Shortest submission per language wins!- **Bonus**: Use your username as the input.
- # Background
- While we do have a ["Hello, World!" challenge](https://codegolf.codidact.com/posts/279147), we still don't have one regarding input. So let's do one!
- # Challenge
- Create a program that takes an input (not as a function argument) then outputs `Hello, `, the variable and `!` altogether. Standard I/O only applies. Shortest submission per language wins!
- **Bonus**: Use your username as the input.
#2: Post edited
"Hello, {name}!"
- # Background
- While we do have a ["Hello, World!" challenge](https://codegolf.codidact.com/posts/279147), we still don't have one regarding input. So let's do one!
- # Challenge
Create a program that inputs a variable (must be standard I/O, not function use) then output `Hello, `, the variable and `!` altogether. Shortest submission per language wins!- **Bonus**: Use your username as the input.
- # Background
- While we do have a ["Hello, World!" challenge](https://codegolf.codidact.com/posts/279147), we still don't have one regarding input. So let's do one!
- # Challenge
- Create a program that takes an input (must be standard I/O, not as a function argument) then outputs `Hello, `, the variable and `!` altogether. Shortest submission per language wins!
- **Bonus**: Use your username as the input.
#1: Initial revision
"Hello, {name}!"
# Background While we do have a ["Hello, World!" challenge](https://codegolf.codidact.com/posts/279147), we still don't have one regarding input. So let's do one! # Challenge Create a program that inputs a variable (must be standard I/O, not function use) then output `Hello, `, the variable and `!` altogether. Shortest submission per language wins! **Bonus**: Use your username as the input.