#include <stdio.h>
main ( )
{
printf (" This is my first C program.\n");
printf (" But it will not be my last.\n");
}