Skip to content

Instantly share code, notes, and snippets.

@Maxcutex
Last active April 8, 2019 15:00
Show Gist options
  • Save Maxcutex/f385c8b6a94d41983b11d6713c779abc to your computer and use it in GitHub Desktop.
Save Maxcutex/f385c8b6a94d41983b11d6713c779abc to your computer and use it in GitHub Desktop.
Election Project - Initialize oonstructor with function
contract Election {
// ...
constructor () public {
addCandidate("Candidate 1");
addCandidate("Candidate 2");
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment