← Back to Problems

0. Hello World

0. Hello World

Easy
basicsgetting-started
Companies: Everyone
Acceptance: 95.5%👍 15000|👎 50

Description

Welcome to LearnWhy! Let's start with the classic programming exercise.

Write a function that returns the string "Hello World".

This is your first step in mastering coding interviews!

Examples

Input:
(no input)
Output:
"Hello World"
Explanation:

The function should return the string "Hello World".

Constraints

  • The output must be exactly "Hello World" (case-sensitive)

Hints

Related Problems

Loading...
Run your code to see test results
Test Case 1
Input:
{}
Expected Output:
"Hello World"
Test Case 2
Input:
{}
Expected Output:
"Hello World"