using System; public class HelloWorld { public static void Main() { Console.WriteLine("HELLO JSRUN - from C# "); } }