Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

55%
+3 −2
Challenges "Hello, {name}!"

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...

16 answers  ·  posted 2y ago by General Sebast1an‭  ·  last activity 1y ago by south‭

Question code-golf string
#3: Post edited by user avatar General Sebast1an‭ · 2021-09-04T08:29:48Z (over 2 years ago)
  • # 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 by user avatar Moshi‭ · 2021-09-04T03:24:52Z (over 2 years ago)
Some English clarifications
"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 by user avatar General Sebast1an‭ · 2021-09-04T03:09:41Z (over 2 years ago)
"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.