Skip to content
tanyuan edited this page Sep 19, 2017 · 1 revision

using Neo.SmartContract.Framework;
using Neo.SmartContract.Framework.Services.Neo;

class A : SmartContract
{
    public static string Main() 
    {
        return "Hello World";
    }
}
Clone this wiki locally