Hello World!

Normally, the creator of a WordPress blog would remove this post. Instead, I feel it encompasses all that it means to create something new on the World-Wide Web.

In programming, you use “Hello World” as a test, a proof of concept that your project will execute as expected.

#include <iostream>

int main() {
    std::cout << "Hello World!";
    return 0;
}

This post in this blog is my proof of concept. It has executed as expected.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *