Skip to content

Instantly share code, notes, and snippets.

@samlinux
Created March 17, 2022 09:01
Show Gist options
  • Save samlinux/c61018ef6cf48a56bdc696e9104cd605 to your computer and use it in GitHub Desktop.
Save samlinux/c61018ef6cf48a56bdc696e9104cd605 to your computer and use it in GitHub Desktop.
Angular meets Internet Computer
touch backend/src/backend/main.mo
actor {
public func greet(name : Text) : async Text {
return "Hello, " # name # "!";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment