class MainClass { static void Main() { // Display the value 42 using a hexadecimal literal. System.Console.WriteLine(0x002A); } }