using System; class ExampleClass { static void Main() { Console.WriteLine("Hello, world!"); } }