Skip to content

Instantly share code, notes, and snippets.

@gasolin
Created September 6, 2017 13:57
Show Gist options
  • Save gasolin/31b282e479ec086f00690dba2db6f502 to your computer and use it in GitHub Desktop.
Save gasolin/31b282e479ec086f00690dba2db6f502 to your computer and use it in GitHub Desktop.
solidity ^0.4.4;
contract HelloWorld {
function sayHello() returns (string) {
return ("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment