Lab1


Submit solution

Points: 10
Time limit: 2.0s
Memory limit: 64M

Author:
Problem type
Allowed languages
C

Write a C program to print "Hello world!!!!"

printf("Hello world!!!!")

Sample input: No input

Sample output:

      Hello world!!!!

Comments

There are no comments at the moment.