Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created August 13, 2017 09:05
Show Gist options
  • Save hayeah/10ad3af2112282b622ab2e1142458b45 to your computer and use it in GitHub Desktop.
Save hayeah/10ad3af2112282b622ab2e1142458b45 to your computer and use it in GitHub Desktop.
solidity ^0.4.11;
contract C {
uint256 a;
uint256 b;
uint256 c;
uint256 d;
uint256 e;
uint256 f;
function C() {
f = 0xc0fefe;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment