using System;
public class FirstProgram
{
public static void Main()
Console.WriteLine("hello, world");
}