First Problem


Submit solution

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

Authors:
Problem type
Allowed languages
C

TASK: Print "Hello World!!"

Sample Input:

This problem has no inputs required

Sample Output :

Hello World!!


Comments


  • 0
    kunisetti_nishnath  commented on May 4, 2023, 3:04 p.m.

    include<stdio.h>

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