hello


Submit solution

Points: 10
Time limit: 30.0s
Memory limit: 0B

Author:
Problem type

TASK

Write a program in C++ to print "Hello World!" in the output window

Input Format:

This program does not accept any input

Output Format:

A single line containing the string "Hello World!"

Sample Output:

Hello World!


Comments


  • 0
    cbenu4cys21085  commented on Sept. 16, 2022, 10:32 a.m.

    include <iostream>

    using namespace std; cout<<"Hello World";