编辑代码

using System;

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