First Problem
Submit solution
C
Points:
10 (partial)
Time limit:
2.0s
Memory limit:
64M
Authors:
Problem type
Allowed languages
TASK: Print "Hello World!!"
Sample Input:
This problem has no inputs required
Sample Output :
Hello World!!
Comments
include<stdio.h>
int main() { printf("Hello World!!"); return 0; }