//***********************************************************************//
// //
// - "Talk to me like I'm a 3 year old!" Programming Lessons - //
// //
// $Author: Ben Humphrey digiben@gametutorials.com //
// //
// $Program: FirstCSharpApp //
// //
// $Description: Displays "Hello World!" to the screen //
// //
//***********************************************************************//
// What you are reading right now is what are called "comments". Comments
// allow you to write descriptions and explanations of your code, but are
// ignored by the compiler. The compiler is what actually takes all of our
// code and converts it into a library or program that you can run, like a