Skip to content

Instantly share code, notes, and snippets.

@panda850819
Created April 20, 2019 05:07
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 panda850819/4b64358f35927349c7f55f0bb031f0dd to your computer and use it in GitHub Desktop.
Save panda850819/4b64358f35927349c7f55f0bb031f0dd to your computer and use it in GitHub Desktop.
Markdium-CryptoZombie
uint[] numbers;
function _addToArray(uint _number) private {
numbers.push(_number);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment