#include <stdio.h>
int main (void)
{
printf ("Programming is fun.\n"); //The printf is argument for output of the string.
printf ("And Programming C is even more fun.\n"); // \n signifies a new line.
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: