修改默认程序
import Debug "mo:base/Debug";
actor HelloActor {
public query func hello() : async () {
Debug.print ("Hello, World from DFINITY \n");
}
};Last updated
Was this helpful?
import Debug "mo:base/Debug";
actor HelloActor {
public query func hello() : async () {
Debug.print ("Hello, World from DFINITY \n");
}
};Last updated
Was this helpful?
Was this helpful?