First Problem


Submit solution

Points: 10 (partial)
Time limit: 2.0s
Memory limit: 2M

Author:
Problem type
Allowed languages
C

TASK:

Print "Hello World!"

Sample Input:

No Input

Sample Output:

No Output

This problem has no inputs required


Comments


  • 0
    CBENU4CSE20328  commented on June 8, 2021, 9:59 a.m.

    include <stdio.h>

    int main() { printf( "Hello World!" ); return 0 ; }


  • 0
    CBENU4CSE20339  commented on April 30, 2021, 1:45 p.m.

    include <stdio.h>

    int main() { printf("Hello World");

    return 0;

    }