Should work on all platforms.
To run this program, use the following command:
hello
Building requires a compiler. These instructions use GCC. It is recommened you use that.
To build, run the following command within the directory:
g++ main.cpp -o hello
To build, run the following command within the directory:
g++ main.cpp -o hello.exe
Okay, no more documenting a literal Hello World program for me.