Jared Stapley

Using System; 

namespace Jared.Stapley
{
    public class About
    {
        public static void Main(string[] args)
        {
            //Display Hello
            Console.WriteLine("Hello, world!");
            Console.WriteLine("My name is Jared Stapley.");
            Console.WriteLine("Let me show you some of my projects and skills.");
        }
    }
}