默认程序代码
actor {
public func greet(name : Text) : async Text {
return "Hello, " # name # "!";
};
};Last updated
Was this helpful?
actor {
public func greet(name : Text) : async Text {
return "Hello, " # name # "!";
};
};Last updated
Was this helpful?
Was this helpful?