using Con = System.Console; //creating an alias for the Console classclass Test{ public static void Main() { Con.WriteLine("Hi DotNetSpiders"); }}