Skip to content

Instantly share code, notes, and snippets.

@sepisoltani
Created October 5, 2021 09:10
Show Gist options
  • Save sepisoltani/23dd1f34e16176c0decb6f200a3072e6 to your computer and use it in GitHub Desktop.
Save sepisoltani/23dd1f34e16176c0decb6f200a3072e6 to your computer and use it in GitHub Desktop.
contract Example{
Person[] people; // dynamic Array, we can keep adding to it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment