Hello World
Every time I create a new project, it feels like a blank new world is being created.
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
Note: This is just a test page.