// Online C# Compiler
using System;
public class W3CW {
static public void Main (string[] args) {
Console.WriteLine("Hello program!\n");
}