# includ <stdio.h>
int
main
()
{
printf
(
"this is a test !"
);
return
0
;
}