Created
May 30, 2018 19:25
-
-
Save michielmulders/57097a37c8207e19e8c0222d145e7919 to your computer and use it in GitHub Desktop.
Rholang hello world
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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