using System;
namespace Hello
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hey I made this in Visual Studio 2017 and did it especially for " + args[0]);
}
}
}
/// Now you can run this with something like "Hello mom" and the program will use "mom" as an arg in
/// the output! Ha ha ha! La la la! Fa fa fa! I'm pretty much a master coder at this point.