using System; namespace HellowWorld { class Program1 { static void Main() { string n = "Hellow,World!"; Console.WriteLine(n); } } }