Copy and compile this This C# code should compile, but will NOT. ;) using System; class Program{ public static void Main(string[] args){ Console.WriteLine("Hello World"); } }