Skip to content

Instantly share code, notes, and snippets.

@natemurthy
Created May 11, 2018 22:19
Show Gist options
  • Save natemurthy/46209437607e93fffb0f8d0fb34e44b1 to your computer and use it in GitHub Desktop.
Save natemurthy/46209437607e93fffb0f8d0fb34e44b1 to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.23;
contract helloworld {
function say() public pure returns (string) {
return 'hello etherworld';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment