File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
exercises/practice/hello-world/.docs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Hints
22
3- To complete this exercise, you need to implement the ` hello ` function .
3+ To complete this exercise, you need to define the constant ` hello ` .
44
55You will find the type signature for ` hello ` already in place,
6- but it is up to you to define the function .
6+ but it is up to you to define its value .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ or environment.
88
99The objectives are simple:
1010
11- - Write a function that returns the string "Hello, World!".
11+ - Modify the provided code so that it produces the string "Hello, World!".
1212- Run the test suite and make sure that it succeeds.
1313- Submit your solution and check it at the website.
1414
You can’t perform that action at this time.
0 commit comments