using System;
public class hello
{
  public hello()
  {
      print("Hello World C#");
  }
}