Skip to content

Instantly share code, notes, and snippets.

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