Skip to content

Commit c55be10

Browse files
fix
1 parent e13e823 commit c55be10

File tree

1 file changed

+2
-3
lines changed
  • archive/motoko/hello/src/hello

1 file changed

+2
-3
lines changed
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
import Debug "mo:base/Debug";
2-
31
actor {
2+
43
public func greet(name : Text) : async Text {
5-
Debug.print("Received " # name);
64
return "Hello, " # name # "!";
75
};
6+
87
};

0 commit comments

Comments
 (0)