#include
<stdio.h>
void
main
(
)
{
print
(
"This is a C program.
\n
"
);
}