Skip to content

Instantly share code, notes, and snippets.

@michielmulders
Created May 30, 2018 19:25
Show Gist options
  • Save michielmulders/57097a37c8207e19e8c0222d145e7919 to your computer and use it in GitHub Desktop.
Save michielmulders/57097a37c8207e19e8c0222d145e7919 to your computer and use it in GitHub Desktop.
Rholang hello world
new HelloWorld in {
contract HelloWorld(return) = {
return!("Hello, World!")
} |
new myChannel in {
HelloWorld!(*myChannel)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment