hello.c   [plain text]


#include <stdio.h>
main()
{
    printf("Hello World!!\n");
}