Skip to content

Instantly share code, notes, and snippets.

View robsonximenes's full-sized avatar

Robson Ximenes robsonximenes

View GitHub Profile
@robsonximenes
robsonximenes / EleicaoCipa.sol
Created May 29, 2017 19:38 — forked from anonymous/EleicaoCipa.sol
Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://ethereum.github.io/browser-solidity/#version=soljson-v0.4.11+commit.68ef5810.js&optimize=false&gist=
pragma solidity ^0.4.11;
contract EleicaoCipa{
struct Eleitor {
bool jaVoltou;
address endereco;
uint voto;
}