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/4004cbc3be5ca468a2e4effbf10ec098 to your computer and use it in GitHub Desktop.
Save panda850819/4004cbc3be5ca468a2e4effbf10ec098 to your computer and use it in GitHub Desktop.
Markdium-CryptoZombie
// create a New Person:
Person satoshi = Person(172, "Satoshi");
// Add that person to the Array:
people.push(satoshi);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment