修改默认程序
actor {
public func location(city : Text) : async Text {
return "Hello, " # city # "!";
};
};Last updated
Was this helpful?
actor {
public func location(city : Text) : async Text {
return "Hello, " # city # "!";
};
};Last updated
Was this helpful?
Was this helpful?