Hello World
EasyAcceptance: N/A
Write a function that returns the string "Hello, World!".
This is the most basic program to verify your environment.
Example 1:
Input: No input
Output: "Hello, World!"
Explanation: The function always returns the same string.
Constraints:
- The output must be exactly "Hello, World!".
Discussion
Please login to view and join the discussion.
Login to ContinueLoading...
Status:Not run yet
Run your code to see results