Skip to content

Instantly share code, notes, and snippets.

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