We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13e823 commit c55be10Copy full SHA for c55be10
archive/motoko/hello/src/hello/main.mo
@@ -1,8 +1,7 @@
1
-import Debug "mo:base/Debug";
2
-
3
actor {
+
4
public func greet(name : Text) : async Text {
5
- Debug.print("Received " # name);
6
return "Hello, " # name # "!";
7
};
8
0 commit comments