You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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";
}
}