using System; public class Sample { public static void Main(string[] args) { Console.WriteLine("hello, world"); } }
hello.cs