using System;
public class Program
{
public static void Main()
var hi = "hello world!";
Console.Write(hi.TrimEnd());
}