#include <cstdio> int main() { std::printf("\nhello, dolly"); return 0; }
Example 2: Standard C++ code.
Back to Article