/*MerryChristmas.c*/

Rodrigo Padula de Oliveira rodrigopadula at projetofedora.org
Wed Dec 24 21:11:35 UTC 2008


/*MerryChristmas.c*/
void main (int argc, char* argv[])
{
    printf("\n Merry Christmas! \n");
    if (strcmp(argv[1],"girl") == 0)    /*general idea*/
        printf("Kisses! \n");
    else
        printf("Hugs! \n");
}

-- 

Rodrigo Padula de Oliveira
M.Sc. Student - COPPE/UFRJ
Fedora Community Manager - Latin America
http://www.proyectofedora.org






More information about the devel mailing list