// cs1585: Modifier `static' should appear before type // Line: 7 using System; class t { public void static Main (string[] args) { Console.WriteLine("Hello"); } }