#include <cstdio>
int main()
{
    printf("\nhello, dolly");
    return 0;
}

Example 1: Interim VC++ code.

Back to Article