1. Hello World
EasyFunctions~2 min
Every programmer starts here. Write a function that returns the exact string Hello, World!.
This problem exists to get you comfortable with the editor: write the code, press Run, and see the test results appear.
Examples
Example 1
- Input:
- helloWorld()
- Output:
- "Hello, World!"
Constraints
The string must match exactly, including the comma and the exclamation mark.