using System; public class ReturninganIntStatus { public static int Main() { Console.WriteLine("Hello, Universe!"); return(0); } }