A first C++ Maya plug-in

As a first excercise in creating a command plug-in, create a command plug-in that prints "Hello World" in the Maya output window.

This exercise will demonstrate how to code a basic plug-in, how to build it using CMake, how to load it into Maya, and how to run it.