Skip to content

Instantly share code, notes, and snippets.

@JoranHonig
Created December 14, 2018 12:33
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 JoranHonig/ab9f57946cea6a0a6a530f07abfa4cb6 to your computer and use it in GitHub Desktop.
Save JoranHonig/ab9f57946cea6a0a6a530f07abfa4cb6 to your computer and use it in GitHub Desktop.
function execute(uint256 input) public (uint256){
uint memory result = 0;
if (input > 10) {
result += 10;
}
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment