/* 32000 c - basic confidence test */

main()
{
   printf("hello c world\n");
}
