Lab1
Submit solution
C
Points:
10
Time limit:
2.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
Write a C program to print "Hello world!!!!"
Copy
printf("Hello world!!!!")
Sample input: No input
Sample output:
Copy
Hello world!!!!
Comments