Nov 2, 2011




#include <stdio.h>
int main(void)
{
    // Hello World!
    printf("Hello World !");
}




No comments:

Post a Comment