#1 – What the Main() Signature Looks Like

The standard entry point for a C# program is a static function named Main().  It typically looks like this:

static void Main(string[] args)