Skip to content

Commit 332c21d

Browse files
committed
New step
1 parent 71dc774 commit 332c21d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,5 @@ git checkout -b 0.1_hello-world_jhon-doe
1010

1111
## Start coding
1212

13-
The objective of this exercise is to print a "Hello {something}" on your terminal.
14-
15-
You must receive an input from the user and print the word "Hello" with the user input.
16-
For example:
17-
18-
If the user introduces `Peter` then you should print `Hello Peter`.
19-
It does not matter if the user introduces a string, int, etc, just print it.
13+
From the version 0.1 now allow only string as user input, of course, if the user instroduces an int
14+
or other not allowed value, show a message explaining the error and how to use this script.

0 commit comments

Comments
 (0)