You are on page 1of 1

/* Hello World program */

#include<stdio.h>
main()
{
printf("Hello World");
}

You might also like