-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Summary
The first "hello world" challenge is slightly misleading. Tools such as echo emit an extra \n character, which was not included in the question description.
If you attempt to solve this problem verbatim and do, for example, printf 'hello world' you will not pass the challenge.
I had to do printf 'hello world\n' in order to pass, which I think is not reflected in the question description.
Steps to reproduce
If applicable please provide a direct link to the challenge, example: https://cmdchallenge.com/#/hello_world
keeferrourke
Metadata
Metadata
Assignees
Labels
No labels