Skip to content

Hello World Challenge Misleading #142

@theonewolf

Description

@theonewolf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions