Hello, World!

Here’s my variation of Brian Kernighan’s famous phrase:
std::cout << “Hello, World!” << std::endl;

One Response to “Hello, World!”

  1. Anonymous Says:

    std::printf( “%s”, “hi” );

Leave a Reply