Skip to content

Instantly share code, notes, and snippets.

@pdaian
Created September 28, 2016 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdaian/915fd53934089c091f9437b1f3ae3397 to your computer and use it in GitHub Desktop.
Save pdaian/915fd53934089c091f9437b1f3ae3397 to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.0;
contract Ballot {
string constant test = "WHEE";
function testFn() constant returns (string output) {
return test;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment