
/*
 *  HELLO.C
 */

main()
{
    puts("hello world");
    return(0);
}

