← Back

Hello World

Write a program that outputs "Hello World" to the console.

Requirements

  • Output exactly: Hello World
  • Include a newline at the end

Example Output

Hello World

Sample Test Cases

1 tests
Basic Output (1)
Input Expected Output
(empty) Hello World
main.cpp

Click Run to compile and execute with this input